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

/gem5/ext/googletest/googletest/test/
H A Dgtest_catch_exceptions_test_.cc69 static void SetUpTestCase() { RaiseException(42, 0, 0, NULL); } function in class:SehExceptionInSetUpTestCaseTest
168 static void SetUpTestCase() { function in class:CxxExceptionInSetUpTestCaseTest
H A Dgtest_xml_output_unittest_.cc99 static void SetUpTestCase() { RecordProperty("SetUpTestCase", "yes"); } function in class:PropertyRecordingTest
H A Dgtest-listener_test.cc141 static void SetUpTestCase() { function in class:testing::internal::ListenerTest
142 g_events->push_back("ListenerTest::SetUpTestCase");
231 "ListenerTest::SetUpTestCase",
269 "ListenerTest::SetUpTestCase",
H A Dgtest-typed-test_test.cc41 // Used for testing that SetUpTestCase()/TearDownTestCase(), fixture
46 // For some technical reason, SetUpTestCase() and TearDownTestCase()
49 static void SetUpTestCase() { function in class:CommonTest
92 // Tests that SetUpTestCase()/TearDownTestCase(), fixture ctor/dtor,
234 // Tests that SetUpTestCase()/TearDownTestCase(), fixture ctor/dtor,
H A Dgtest-death-test_test.cc1021 static void SetUpTestCase() { function in class:MacroLogicDeathTest
H A Dgtest-param-test_test.cc646 static void SetUpTestCase() { function in class:TestGenerationTest
H A Dgtest_unittest.cc1538 static void SetUpTestCase() { function in class:__anon65::GTestFlagSaverTest
1978 static void SetUpTestCase() { function in class:__anon65::UnitTestRecordPropertyTest
3122 static void SetUpTestCase() { function in class:__anon65::DisabledTestsTest
5396 static void SetUpTestCase() { function in class:testing::SetUpTestCaseTest
5407 // SetUpTestCase() should be called only once.
5428 // SetUpTestCase() should be called only once, so counter_ should
6513 static void SetUpTestCase() { function in class:testing::CurrentTestInfoTest
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h500 // Types of SetUpTestCase() and TearDownTestCase() functions.
647 TestClass::SetUpTestCase,
1231 parent_class::SetUpTestCase, \
H A Dgtest-param-util.h593 TestCase::SetUpTestCase,
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest.h385 // Google Test will call Foo::SetUpTestCase() before running the first
387 // SetUpTestCase() method to shadow the one defined in the super
389 static void SetUpTestCase() {} function in class:testing::Test
417 // SetUpTestCase or TearDownTestCase are logged as attributes of the
848 // execution of SetUpTestCase and TearDownTestCase.
885 // Runs SetUpTestCase() for this TestCase. This wrapper is needed
886 // for catching exceptions thrown from SetUpTestCase().
950 // Holds test properties recorded during execution of SetUpTestCase and
1277 // from SetUpTestCase or TearDownTestCase, or to the global property set

Completed in 63 milliseconds