Lines Matching full:fixture
77 // HasFatalFailure() outside of a TEST, TEST_F, or test fixture.
107 // fixture, the testing::Test:: prefix is not needed.
319 // Tests non-fatal failures in the fixture constructor.
324 ADD_FAILURE() << "Expected failure #1, in the test fixture c'tor.";
328 ADD_FAILURE() << "Expected failure #5, in the test fixture d'tor.";
344 // Tests fatal failures in the fixture constructor.
353 ADD_FAILURE() << "Expected failure #2, in the test fixture d'tor.";
358 << "We should never get here, as the test fixture c'tor "
364 << "We should never get here, as the test fixture c'tor "
369 FAIL() << "Expected failure #1, in the test fixture c'tor.";
375 << "We should never get here, as the test fixture c'tor "
396 FAIL() << "Expected failure #4, in the test fixture d'tor.";
421 FAIL() << "Expected failure #3, in the test fixture d'tor.";
441 // Tests exceptions thrown in the test fixture constructor.
446 "in the test fixture's constructor)\n");
457 << "We should never get here, as the test fixture c'tor threw.";
462 << "We should never get here, as the test fixture c'tor threw.";
467 << "We should never get here, as the test fixture c'tor threw.";
473 << "We should never get here, as the test fixture c'tor threw.";
494 FAIL() << "Expected failure #3, in the test fixture d'tor.";
503 // Tests that TearDown() and the test fixture d'tor are always called,
516 FAIL() << "Expected failure #3, in the test fixture d'tor.";
520 // Tests that the test fixture d'tor is always called, even when the
530 // Tests that the test fixture d'tor is always called, even when the
549 FAIL() << "Expected failure #2, in the test fixture d'tor.";
619 // test if it uses a different fixture class than what other tests in
620 // the same test case use. It deliberately contains two fixture