Searched refs:MixedUpTestCaseTest (Results 1 - 3 of 3) sorted by relevance

/prebuilts/ndk/current/sources/third_party/googletest/googletest/test/
H A Dgtest_output_test_.cc518 // The MixedUpTestCaseTest test case verifies that Google Test will fail a
530 class MixedUpTestCaseTest : public testing::Test { class in namespace:foo
533 TEST_F(MixedUpTestCaseTest, FirstTestFromNamespaceFoo) {}
534 TEST_F(MixedUpTestCaseTest, SecondTestFromNamespaceFoo) {}
546 class MixedUpTestCaseTest : public testing::Test { class in namespace:bar
551 TEST_F(MixedUpTestCaseTest, ThisShouldFail) {}
552 TEST_F(MixedUpTestCaseTest, ThisShouldFailToo) {}
/prebuilts/ndk/r11/sources/third_party/googletest/googletest/test/
H A Dgtest_output_test_.cc518 // The MixedUpTestCaseTest test case verifies that Google Test will fail a
530 class MixedUpTestCaseTest : public testing::Test { class in namespace:foo
533 TEST_F(MixedUpTestCaseTest, FirstTestFromNamespaceFoo) {}
534 TEST_F(MixedUpTestCaseTest, SecondTestFromNamespaceFoo) {}
546 class MixedUpTestCaseTest : public testing::Test { class in namespace:bar
551 TEST_F(MixedUpTestCaseTest, ThisShouldFail) {}
552 TEST_F(MixedUpTestCaseTest, ThisShouldFailToo) {}
/prebuilts/ndk/r13/sources/third_party/googletest/googletest/test/
H A Dgtest_output_test_.cc518 // The MixedUpTestCaseTest test case verifies that Google Test will fail a
530 class MixedUpTestCaseTest : public testing::Test { class in namespace:foo
533 TEST_F(MixedUpTestCaseTest, FirstTestFromNamespaceFoo) {}
534 TEST_F(MixedUpTestCaseTest, SecondTestFromNamespaceFoo) {}
546 class MixedUpTestCaseTest : public testing::Test { class in namespace:bar
551 TEST_F(MixedUpTestCaseTest, ThisShouldFail) {}
552 TEST_F(MixedUpTestCaseTest, ThisShouldFailToo) {}

Completed in 438 milliseconds