Searched refs:SetUp (Results 1 - 23 of 23) sorted by relevance

/gem5/ext/googletest/googletest/test/
H A Dgtest_xml_outfile1_test_.cc39 virtual void SetUp() { function in class:PropertyOne
H A Dgtest_xml_outfile2_test_.cc39 virtual void SetUp() { function in class:PropertyTwo
H A Dgtest_catch_exceptions_test_.cc83 virtual void SetUp() { RaiseException(42, 0, 0, NULL); } function in class:SehExceptionInSetUpTest
124 virtual void SetUp() { function in class:CxxExceptionInConstructorTest
125 ADD_FAILURE() << "CxxExceptionInConstructorTest::SetUp() "
185 virtual void SetUp() { function in class:CxxExceptionInSetUpTestCaseTest
187 "CxxExceptionInSetUpTestCaseTest::SetUp() "
228 virtual void SetUp() { throw std::runtime_error("Standard C++ exception"); } function in class:CxxExceptionInSetUpTest
H A Dgtest_output_test_.cc361 virtual void SetUp() { function in class:NonFatalFailureInFixtureConstructorTest
362 ADD_FAILURE() << "Expected failure #2, in SetUp().";
386 virtual void SetUp() { function in class:FatalFailureInFixtureConstructorTest
387 ADD_FAILURE() << "UNEXPECTED failure in SetUp(). "
410 // Tests non-fatal failures in SetUp().
417 virtual void SetUp() { function in class:NonFatalFailureInSetUpTest
419 ADD_FAILURE() << "Expected failure #1, in SetUp().";
435 // Tests fatal failures in SetUp().
442 virtual void SetUp() { function in class:FatalFailureInSetUpTest
444 FAIL() << "Expected failure #1, in SetUp()
501 virtual void SetUp() { function in class:DeathTestAndMultiThreadsTest
997 virtual void SetUp() { function in class:FooEnvironment
1009 virtual void SetUp() { function in class:BarEnvironment
[all...]
H A Dgtest-listener_test.cc130 virtual void SetUp() { function in class:testing::internal::EnvironmentInvocationCatcher
131 g_events->push_back("Environment::SetUp");
149 virtual void SetUp() { function in class:testing::internal::ListenerTest
150 g_events->push_back("ListenerTest::SetUp");
226 "Environment::SetUp",
234 "ListenerTest::SetUp",
243 "ListenerTest::SetUp",
264 "Environment::SetUp",
272 "ListenerTest::SetUp",
281 "ListenerTest::SetUp",
[all...]
H A Dgtest_environment_test.cc57 // Depending on the value of failure_in_set_up_, SetUp() will
60 virtual void SetUp() { function in class:__anon57::MyEnvironment
88 // We call this function to set the type of failure SetUp() should
94 // Was SetUp() run?
H A Dgtest-typed-test_test.cc42 // ctor/dtor, and SetUp()/TearDown() work correctly in typed tests and
70 virtual void SetUp() { function in class:CommonTest
93 // and SetUp()/TearDown() work correctly in typed tests
181 virtual void SetUp() { function in class:TypedTestCasePStateTest
235 // and SetUp()/TearDown() work correctly in type-parameterized tests.
H A Dgtest-options_test.cc129 virtual void SetUp() { function in class:testing::internal::__anon52::XmlOutputChangeDirTest
H A Dgtest_repeat_test.cc86 virtual void SetUp() { g_environment_set_up_count++; } function in class:__anon61::MyEnvironment
H A Dgtest_pred_impl_unittest.cc125 virtual void SetUp() { function in class:Predicate1Test
517 virtual void SetUp() { function in class:Predicate2Test
951 virtual void SetUp() { function in class:Predicate3Test
1427 virtual void SetUp() { function in class:Predicate4Test
1945 virtual void SetUp() { function in class:Predicate5Test
H A Dgtest_unittest.cc421 virtual void SetUp() { function in class:__anon65::FormatEpochTimeInMillisAsIso8601Test
1344 virtual void SetUp() { function in class:__anon65::TestResultTest
1810 virtual void SetUp() { function in class:__anon65::ShouldShardTest
2691 virtual void SetUp() { function in class:__anon65::FloatingPointTest
5427 virtual void SetUp() { function in class:testing::SetUpTestCaseTest
5608 virtual void SetUp() { function in class:testing::InitGoogleTestTest
6410 virtual void SetUp() { function in class:testing::FlagfileTest
6411 InitGoogleTestTest::SetUp();
6593 // Tests that one can call superclass SetUp and TearDown methods--
6599 virtual void SetUp() { function in class:ProtectedFixtureMethodsTest
[all...]
H A Dgtest-filepath_test.cc493 virtual void SetUp() { function in class:testing::internal::__anon49::DirectoryCreationTest
H A Dgtest-param-test_test.cc561 // fixture constructor, SetUp(), and TearDown() have run and have been
599 << "Fixture SetUp method of ParamTestGenerationTest test case "
637 virtual void SetUp() { function in class:TestGenerationTest
/gem5/ext/googletest/googletest/samples/
H A Dsample5_unittest.cc65 // Remember that SetUp() is run immediately before a test starts.
67 virtual void SetUp() { function in class:QuickTest
78 // know that you can use assertions in SetUp() and TearDown() as
146 virtual void SetUp() { function in class:QueueTest
148 QuickTest::SetUp();
H A Dsample3_unittest.cc74 // virtual void SetUp() will be called before each test is run. You
77 virtual void SetUp() { function in class:QueueTest
H A Dsample7_unittest.cc52 // SetUp() method and delete them in TearDown() method.
64 // Inside the test body, fixture constructor, SetUp(), and TearDown() you
66 // parameter is a factory function which we call in fixture's SetUp() to
71 virtual void SetUp() { table_ = (*GetParam())(); } function in class:PrimeTableTest
H A Dsample8_unittest.cc95 virtual void SetUp() { function in class:PrimeTableTest
119 // Please note that you can also save it in the fixture's SetUp() method
/gem5/src/base/
H A Daddr_range.test.cc134 void SetUp() override
168 void SetUp() override
191 void SetUp() override
H A Dbitunion.test.cc143 void SetUp() override { sixtyFour = 0; split = 0; }
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest.h362 // void SetUp() override { ... }
420 // SetUp/TearDown method of Environment objects registered with Google
430 virtual void SetUp();
457 // Often a user misspells SetUp() as Setup() and spends a long time
472 // about it being private, you have mis-spelled SetUp() as Setup().
963 // methods SetUp() and TearDown() instead of the constructor and the
978 virtual void SetUp() {} function in class:testing::Environment
984 // about it being private, you have mis-spelled SetUp() as Setup().
1730 // virtual void SetUp() {
2201 // virtual void SetUp() { b
[all...]
/gem5/ext/googletest/googlemock/test/
H A Dgmock-internal-utils_test.cc372 virtual void SetUp() { function in class:testing::internal::__anon18::LogIsVisibleTest
H A Dgmock-actions_test.cc1228 virtual void SetUp() { errno = 0; } function in class:__anon14::SetErrnoAndReturnTest
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc2227 void Test::SetUp() { function in class:testing::Test
2470 internal::HandleExceptionsInMethodIfSupported(this, &Test::SetUp, "SetUp()");
2471 // We will run the test only if SetUp() was successful.
2479 // always call TearDown(), even if SetUp() or the test body has
4539 static void SetUpEnvironment(Environment* env) { env->SetUp(); }

Completed in 97 milliseconds