Home | History | Annotate | Download | only in test

Lines Matching full:tests

65 // Tests catching fatal failures.
94 // Tests catching a fatal failure in a subroutine.
101 // Tests catching a fatal failure in a nested subroutine.
118 // Tests HasFatalFailure() after a failed EXPECT check.
125 // Tests interleaving user logging and Google Test assertions.
138 // Tests the SCOPED_TRACE macro.
153 // Tests that SCOPED_TRACE() obeys lexical scopes.
172 // Tests that SCOPED_TRACE works inside a loop.
183 // Tests that SCOPED_TRACE works in a subroutine.
191 // Tests that SCOPED_TRACE can be nested.
200 // Tests that multiple SCOPED_TRACEs can be used in the same scope.
227 // suppresses the "YOU HAVE 12 DISABLED TESTS" warning at the end of
231 // Tests using assertions outside of TEST and TEST_F.
241 // Runs all TESTs, all TEST_Fs, and the ad hoc test.
247 // Tests non-fatal failures in the fixture constructor.
272 // Tests fatal failures in the fixture constructor.
307 // Tests non-fatal failures in SetUp().
332 // Tests fatal failures in SetUp().
360 // This group of tests verifies that Google Test handles SEH and C++
369 // Tests exceptions thrown in the test fixture constructor.
404 // Tests exceptions thrown in SetUp().
431 // Tests that TearDown() and the test fixture d'tor are always called,
448 // Tests that the test fixture d'tor is always called, even when the
458 // Tests that the test fixture d'tor is always called, even when the
465 // Tests exceptions thrown in TearDown().
490 // test if it uses a different fixture class than what other tests in
495 // when the user defines two tests with the same test case name AND
520 // The following two tests are expected to fail. We rely on the
562 // Tests
570 // Tests that EXPECT_NONFATAL_FAILURE() can reference local variables
581 // Tests that EXPECT_NONFATAL_FAILURE() succeeds when there is exactly
589 // Tests that EXPECT_NONFATAL_FAILURE() fails when there is no
597 // Tests that EXPECT_NONFATAL_FAILURE() fails when there are two
607 // Tests that EXPECT_NONFATAL_FAILURE() fails when there is one fatal
616 // Tests that EXPECT_NONFATAL_FAILURE() fails when the statement being
627 // Tests that EXPECT_NONFATAL_FAILURE() fails when the statement being
641 // Tests that EXPECT_FATAL_FAILURE() can reference global variables.
649 // Tests that EXPECT_FATAL_FAILURE() can reference local static
659 // Tests that EXPECT_FATAL_FAILURE() succeeds when there is exactly
667 // Tests that EXPECT_FATAL_FAILURE() fails when there is no fatal
680 // Tests that EXPECT_FATAL_FAILURE() fails when there are two
690 // Tests that EXPECT_FATAL_FAILURE() fails when there is one non-fatal
699 // Tests that EXPECT_FATAL_FAILURE() fails when the statement being
710 // Tests that EXPECT_FATAL_FAILURE() fails when the statement being
724 // This #ifdef block tests the output of typed tests.
743 // This #ifdef block tests the output of type-parameterized tests.
769 // We rely on the golden file to verify that tests whose test case
777 // We rely on the golden file to verify that typed tests whose test
795 // We rely on the golden file to verify that type-parameterized tests
815 // Tests various failure conditions of
895 // Tests that the ScopedFakeTestPartResultReporter only catches failures from
971 "tests and ad hoc tests.");
975 // The idea is to use Google Test to run all the tests we have defined (some
979 // We just run the tests, knowing some of them are intended to fail.