| 55 | */ |
| 56 | |
| 57 | TEST(TestGroupInC, setupHasBeenCalled) |
| 58 | { |
| 59 | test_was_called_in_test_group_in_C++; |
| 60 | /* Increased in setup, decreased in teardown. So at this point it must be 1 also on a multiple run */ |
| 61 | LONGS_EQUAL(1, setup_teardown_was_called_in_test_group_in_C); |
| 62 | } |
| 63 | |
| 64 | static bool hasDestructorOfTheDestructorCheckedBeenCalled; |
| 65 |
nothing calls this directly
no test coverage detected