示例#1
0
 ~Fixture(void) {
     assert ( _dad );
     rc_t rc = 0;
     REQUIRE_EQ ( rc, 0u );
     _dad->ErrorCounterAdd(GetErrorCounter());
 }
示例#2
0
 ~Test(void) {
     assert(_dad);
     _dad->ErrorCounterAdd(GetErrorCounter());
 }