Searched defs:MixedUpTestCaseTest (Results 1 - 5 of 5) sorted by relevance

/external/google-breakpad/src/testing/gtest/test/
H A Dgtest_output_test_.cc506 // The MixedUpTestCaseTest test case verifies that Google Test will fail a
518 class MixedUpTestCaseTest : public testing::Test { class in namespace:foo
521 TEST_F(MixedUpTestCaseTest, FirstTestFromNamespaceFoo) {}
522 TEST_F(MixedUpTestCaseTest, SecondTestFromNamespaceFoo) {}
534 class MixedUpTestCaseTest : public testing::Test { class in namespace:bar
539 TEST_F(MixedUpTestCaseTest, ThisShouldFail) {}
540 TEST_F(MixedUpTestCaseTest, ThisShouldFailToo) {}
/external/vulkan-validation-layers/tests/gtest-1.7.0/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) {}
/external/googletest/googletest/test/
H A Dgtest_output_test_.cc523 // The MixedUpTestCaseTest test case verifies that Google Test will fail a
535 class MixedUpTestCaseTest : public testing::Test { class in namespace:foo
538 TEST_F(MixedUpTestCaseTest, FirstTestFromNamespaceFoo) {}
539 TEST_F(MixedUpTestCaseTest, SecondTestFromNamespaceFoo) {}
551 class MixedUpTestCaseTest : public testing::Test { class in namespace:bar
556 TEST_F(MixedUpTestCaseTest, ThisShouldFail) {}
557 TEST_F(MixedUpTestCaseTest, ThisShouldFailToo) {}
/external/protobuf/gtest/test/
H A Dgtest_output_test_.cc618 // The MixedUpTestCaseTest test case verifies that Google Test will fail a
630 class MixedUpTestCaseTest : public testing::Test { class in namespace:foo
633 TEST_F(MixedUpTestCaseTest, FirstTestFromNamespaceFoo) {}
634 TEST_F(MixedUpTestCaseTest, SecondTestFromNamespaceFoo) {}
646 class MixedUpTestCaseTest : public testing::Test { class in namespace:bar
651 TEST_F(MixedUpTestCaseTest, ThisShouldFail) {}
652 TEST_F(MixedUpTestCaseTest, ThisShouldFailToo) {}
/external/v8/testing/gtest/test/
H A Dgtest_output_test_.cc523 // The MixedUpTestCaseTest test case verifies that Google Test will fail a
535 class MixedUpTestCaseTest : public testing::Test { class in namespace:foo
538 TEST_F(MixedUpTestCaseTest, FirstTestFromNamespaceFoo) {}
539 TEST_F(MixedUpTestCaseTest, SecondTestFromNamespaceFoo) {}
551 class MixedUpTestCaseTest : public testing::Test { class in namespace:bar
556 TEST_F(MixedUpTestCaseTest, ThisShouldFail) {}
557 TEST_F(MixedUpTestCaseTest, ThisShouldFailToo) {}

Completed in 951 milliseconds