Searched refs:SetUp (Results 51 - 57 of 57) sorted by relevance

123

/prebuilts/ndk/r13/sources/third_party/googletest/googletest/test/
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
H A Dgtest_unittest.cc418 virtual void SetUp() { function in class:__anon177081::FormatEpochTimeInMillisAsIso8601Test
1360 virtual void SetUp() { function in class:__anon177081::TestResultTest
1812 virtual void SetUp() { function in class:__anon177081::ShouldShardTest
2693 virtual void SetUp() { function in class:__anon177081::FloatingPointTest
5259 virtual void SetUp() { function in class:testing::SetUpTestCaseTest
5440 virtual void SetUp() { function in class:testing::InitGoogleTestTest
6324 // Tests that one can call superclass SetUp and TearDown methods--
6330 virtual void SetUp() { function in class:ProtectedFixtureMethodsTest
6331 Test::SetUp();
/prebuilts/ndk/current/sources/third_party/googletest/googletest/test/
H A Dgtest_unittest.cc418 virtual void SetUp() { function in class:__anon12648::FormatEpochTimeInMillisAsIso8601Test
1360 virtual void SetUp() { function in class:__anon12648::TestResultTest
1812 virtual void SetUp() { function in class:__anon12648::ShouldShardTest
2693 virtual void SetUp() { function in class:__anon12648::FloatingPointTest
5259 virtual void SetUp() { function in class:testing::SetUpTestCaseTest
5440 virtual void SetUp() { function in class:testing::InitGoogleTestTest
6324 // Tests that one can call superclass SetUp and TearDown methods--
6330 virtual void SetUp() { function in class:ProtectedFixtureMethodsTest
6331 Test::SetUp();
/prebuilts/ndk/r11/sources/third_party/googletest/googletest/test/
H A Dgtest_unittest.cc418 virtual void SetUp() { function in class:__anon176717::FormatEpochTimeInMillisAsIso8601Test
1360 virtual void SetUp() { function in class:__anon176717::TestResultTest
1812 virtual void SetUp() { function in class:__anon176717::ShouldShardTest
2693 virtual void SetUp() { function in class:__anon176717::FloatingPointTest
5259 virtual void SetUp() { function in class:testing::SetUpTestCaseTest
5440 virtual void SetUp() { function in class:testing::InitGoogleTestTest
6324 // Tests that one can call superclass SetUp and TearDown methods--
6330 virtual void SetUp() { function in class:ProtectedFixtureMethodsTest
6331 Test::SetUp();
/prebuilts/ndk/current/sources/third_party/googletest/googletest/src/
H A Dgtest.cc1888 void Test::SetUp() { function in class:testing::Test
2131 internal::HandleExceptionsInMethodIfSupported(this, &Test::SetUp, "SetUp()");
2132 // We will run the test only if SetUp() was successful.
2140 // always call TearDown(), even if SetUp() or the test body has
4117 static void SetUpEnvironment(Environment* env) { env->SetUp(); }
/prebuilts/ndk/r11/sources/third_party/googletest/googletest/src/
H A Dgtest.cc1888 void Test::SetUp() { function in class:testing::Test
2131 internal::HandleExceptionsInMethodIfSupported(this, &Test::SetUp, "SetUp()");
2132 // We will run the test only if SetUp() was successful.
2140 // always call TearDown(), even if SetUp() or the test body has
4117 static void SetUpEnvironment(Environment* env) { env->SetUp(); }
/prebuilts/ndk/r13/sources/third_party/googletest/googletest/src/
H A Dgtest.cc1888 void Test::SetUp() { function in class:testing::Test
2131 internal::HandleExceptionsInMethodIfSupported(this, &Test::SetUp, "SetUp()");
2132 // We will run the test only if SetUp() was successful.
2140 // always call TearDown(), even if SetUp() or the test body has
4117 static void SetUpEnvironment(Environment* env) { env->SetUp(); }

Completed in 306 milliseconds

123