Lines Matching refs:TEST
32 // This sample shows how to test common properties of multiple
34 // value-parameterized tests. Each test in the test case has
50 // side effects. Thus you should create and destroy them for each test.
52 // objects. We will instantiate objects in test's SetUp() method and
65 // Inside the test body, fixture constructor, SetUp(), and TearDown()
66 // you can refer to the test parameter by GetParam().
67 // In this case, the test parameter is a PrimeTableFactory interface pointer
111 // or bind them to a list of values which will be used as test parameters.
124 // Google Test doesn't support value-parameterized tests on some platforms
129 // entry point must be defined). This dummy test keeps gtest_main linked in.
130 TEST(DummyTest, ValueParameterizedTestsAreNotSupportedOnThisPlatform) {}