Home | History | Annotate | Download | only in test

Lines Matching refs:TEST

32 // Tests using global test environments.
48 // For testing using global test environments.
101 // Was the TEST run?
104 // The sole purpose of this TEST is to enable us to check whether it
106 TEST(FooTest, Bar) {
134 // Registers a global test environment, and verifies that the
162 // Verifies that RUN_ALL_TESTS() runs no test when the global set-up
174 // tear-down when there is no test to run.
177 "RUN_ALL_TESTS() should return zero, as there is no test to run.");
179 "The global set-up should not run, as there is no test to run.");