Home | History | Annotate | Download | only in src

Lines Matching full:fixture

1927 // Sets up the test fixture.
1933 // Tears down the test fixture.
1984 // fixture class. This function checks if the current test has the
1985 // same fixture class as the first test in the current test case. If
2016 // the fixture IDs are different for the two tests.
2023 << "All tests in the same test case must use the same test fixture\n"
2032 // The user defined two fixture classes with the same name in
2035 << "All tests in the same test case must use the same test fixture\n"
2040 << "using two different test fixture classes. This can happen if\n"
2151 // fixture_class_id: ID of the test fixture class
2177 << "All tests in the same test case must use the same test fixture\n"
2179 << "to define a test using a fixture class different from the one\n"
2180 << "used earlier. This can happen if the two fixture classes are\n"
2297 "the test fixture's constructor");
2311 // Runs the test only if the constructor of the test fixture didn't