Searched refs:TearDownTestCase (Results 1 - 10 of 10) sorted by relevance

/gem5/ext/googletest/googletest/test/
H A Dgtest_catch_exceptions_test_.cc76 static void TearDownTestCase() { RaiseException(42, 0, 0, NULL); } function in class:SehExceptionInTearDownTestCaseTest
112 static void TearDownTestCase() { function in class:CxxExceptionInConstructorTest
114 "CxxExceptionInConstructorTest::TearDownTestCase() "
144 static void TearDownTestCase() { function in class:CxxExceptionInDestructorTest
146 "CxxExceptionInDestructorTest::TearDownTestCase() "
172 static void TearDownTestCase() { function in class:CxxExceptionInSetUpTestCaseTest
174 "CxxExceptionInSetUpTestCaseTest::TearDownTestCase() "
206 static void TearDownTestCase() { function in class:CxxExceptionInTearDownTestCaseTest
215 static void TearDownTestCase() { function in class:CxxExceptionInSetUpTest
217 "CxxExceptionInSetUpTest::TearDownTestCase() "
244 static void TearDownTestCase() { function in class:CxxExceptionInTearDownTest
266 static void TearDownTestCase() { function in class:CxxExceptionInTestBodyTest
[all...]
H A Dgtest_xml_output_unittest_.cc100 static void TearDownTestCase() { RecordProperty("TearDownTestCase", "aye"); } function in class:PropertyRecordingTest
H A Dgtest-listener_test.cc145 static void TearDownTestCase() { function in class:testing::internal::ListenerTest
146 g_events->push_back("ListenerTest::TearDownTestCase");
250 "ListenerTest::TearDownTestCase",
288 "ListenerTest::TearDownTestCase",
H A Dgtest-typed-test_test.cc41 // Used for testing that SetUpTestCase()/TearDownTestCase(), fixture
46 // For some technical reason, SetUpTestCase() and TearDownTestCase()
53 static void TearDownTestCase() { function in class:CommonTest
92 // Tests that SetUpTestCase()/TearDownTestCase(), fixture ctor/dtor,
234 // Tests that SetUpTestCase()/TearDownTestCase(), fixture ctor/dtor,
H A Dgtest-param-test_test.cc667 static void TearDownTestCase() { function in class:TestGenerationTest
770 static void TearDownTestCase() { function in class:SeparateInstanceTest
H A Dgtest-death-test_test.cc1026 static void TearDownTestCase() { function in class:MacroLogicDeathTest
H A Dgtest_unittest.cc1560 static void TearDownTestCase() { function in class:__anon65::GTestFlagSaverTest
3119 // TearDownTestCase() are not called.
3127 static void TearDownTestCase() { function in class:__anon65::DisabledTestsTest
3129 "TearDownTestCase() should not be called.";
5413 static void TearDownTestCase() { function in class:testing::SetUpTestCaseTest
5419 // TearDownTestCase() should be called only once.
6523 static void TearDownTestCase() { function in class:testing::CurrentTestInfoTest
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h500 // Types of SetUpTestCase() and TearDownTestCase() functions.
648 TestClass::TearDownTestCase,
1232 parent_class::TearDownTestCase, \
H A Dgtest-param-util.h594 TestCase::TearDownTestCase,
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest.h393 // Google Test will call Foo::TearDownTestCase() after running the last
395 // TearDownTestCase() method to shadow the one defined in the super
397 static void TearDownTestCase() {} function in class:testing::Test
417 // SetUpTestCase or TearDownTestCase are logged as attributes of the
848 // execution of SetUpTestCase and TearDownTestCase.
889 // Runs TearDownTestCase() for this TestCase. This wrapper is
890 // needed for catching exceptions thrown from TearDownTestCase().
951 // TearDownTestCase.
1277 // from SetUpTestCase or TearDownTestCase, or to the global property set

Completed in 63 milliseconds