Lines Matching defs:tests
40 // This can't be a vector because tests call RegisterTest from static
44 static RegisteredTest tests[10000];
48 tests[ntests].factory = factory;
49 tests[ntests++].name = name;
138 tests[i].should_run = TestMatchesFilter(tests[i].name, test_filter);
139 if (tests[i].should_run) {
164 if (!tests[i].should_run)
168 testing::Test* test = tests[i].factory();
170 tests[i].name, suffix);