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