Go to the source code of this file.
Functions | |
| void | setUp (void) |
| void | tearDown (void) |
| void | TUN_PRJ_Foo_ctor_01 (void) |
| constructor test | |
| void | TUN_PRJ_Foo_verify_00 (void) |
| verify positive test | |
| void | TUN_PRJ_Foo_verify_01 (void) |
| verify negative test | |
| void TUN_PRJ_Foo_ctor_01 | ( | void | ) |
constructor test
Details
This test checks that Foo_ctor() produces valid instance.
Backward Traceability
| void TUN_PRJ_Foo_verify_00 | ( | void | ) |
verify positive test
Details
This test checks that Foo_verify_() distinguishes valid instance.
Backward Traceability
| void TUN_PRJ_Foo_verify_01 | ( | void | ) |
verify negative test
Details
This test checks that Foo_verify_() distinguishes invalid instance.
Backward Traceability