Home | History | Annotate | Download | only in src

Lines Matching full:fixture

1900 // Sets up the test fixture.
1906 // Tears down the test fixture.
1941 // fixture class. This function checks if the current test has the
1942 // same fixture class as the first test in the current test case. If
1971 // the fixture IDs are different for the two tests.
1978 << "All tests in the same test case must use the same test fixture\n"
1987 // The user defined two fixture classes with the same name in
1990 << "All tests in the same test case must use the same test fixture\n"
1995 << "using two different test fixture classes. This can happen if\n"
2210 // fixture_class_id: ID of the test fixture class
2238 << "All tests in the same test case must use the same test fixture\n"
2240 << "to define a test using a fixture class different from the one\n"
2241 << "used earlier. This can happen if the two fixture classes are\n"
2319 "the test fixture's constructor");
2332 test, &Test::DeleteSelf_, "the test fixture's destructor");