Home | History | Annotate | Download | only in unittest

Lines Matching refs:TEST

27 // This file is a part of a test suite for ThreadSanitizer, a race detector.
31 // after running each test case.
32 // This file contains a hack that replaces the googletest TEST macro and injects
33 // a custom fixture class instead of ::testing::Test for TEST tests
34 // (i.e. those test that don't have fixtures)
37 // not ::testing::Test
40 #ifndef TEST
44 class RacecheckFixture : public ::testing::Test {
51 #undef TEST
52 #define TEST(test_case_name, test_name)\