Home | History | Annotate | Download | only in src

Lines Matching full:fixture

1906 // Sets up the test fixture.
1912 // Tears down the test fixture.
1947 // fixture class. This function checks if the current test has the
1948 // same fixture class as the first test in the current test case. If
1977 // the fixture IDs are different for the two tests.
1984 << "All tests in the same test case must use the same test fixture\n"
1993 // The user defined two fixture classes with the same name in
1996 << "All tests in the same test case must use the same test fixture\n"
2001 << "using two different test fixture classes. This can happen if\n"
2223 // fixture_class_id: ID of the test fixture class
2250 << "All tests in the same test case must use the same test fixture\n"
2252 << "to define a test using a fixture class different from the one\n"
2253 << "used earlier. This can happen if the two fixture classes are\n"
2302 "the test fixture's constructor");
2315 test, &Test::DeleteSelf_, "the test fixture's destructor");