Lines Matching refs:case
6 code writing for fatal and assert handler for error case testing. They can
13 When writing error testing case (or we call it negative test case), we might
61 If the expected error was caught, the test case will pass.
92 test case, we do not recover it so far.
105 Assert error expected as part of test case.
109 case type is 0
123 Fatal error expected as part of test case.
124 case type is 1
137 Fatal error expected as part of test case.
138 case type is 2
149 Fatal error expected as part of test case.
150 case type is 3
160 Fatal error expected as part of test case.
161 case type is 4
171 Fatal error expected as part of test case.
178 Assert error expected as part of test case.
191 Fatal error expected as part of test case.