What are the three test cases in unit testing

(1)Positive test cases (correct data, correct output)

(2) negative test cases (broken or missing data, proper handling)

(3)exception test cases (exceptions are thrown and caught properly).