Home | History | Annotate | Download | only in test

Lines Matching refs:MixedUpTestCaseTest

618 // The MixedUpTestCaseTest test case verifies that Google Test will fail a
630 class MixedUpTestCaseTest : public testing::Test {
633 TEST_F(MixedUpTestCaseTest, FirstTestFromNamespaceFoo) {}
634 TEST_F(MixedUpTestCaseTest, SecondTestFromNamespaceFoo) {}
646 class MixedUpTestCaseTest : public testing::Test {
651 TEST_F(MixedUpTestCaseTest, ThisShouldFail) {}
652 TEST_F(MixedUpTestCaseTest, ThisShouldFailToo) {}