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

/gem5/ext/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) {}

Completed in 7 milliseconds