Lines Matching refs:TEST
28 This file contains a simple test suite for some of our old unit-tests.
40 std::map<int, Test> *TheMapOfTests = NULL;
68 TEST(NonGtestTests, All) {
72 printf("test%i was excluded\n", test_id);
137 for (std::map<int,Test>::iterator it = TheMapOfTests->begin();
143 for (std::map<int,Test>::iterator it = TheMapOfTests->begin();
158 // Enqueue the test specified.
161 printf("Unknown test id: %d\n", test_id);
166 // Exclude the test specified.
169 printf("Unknown test id: %d\n", test_id);
184 for (std::map<int,Test>::iterator it = TheMapOfTests->begin();
201 // Adds a listener to the end. Google Test takes the ownership.