Searched refs:MixedUpTestCaseTest (Results 1 – 3 of 3) sorted by relevance
/external/gtest/test/ |
D | gtest_output_test_.cc | 501 class MixedUpTestCaseTest : public testing::Test { class 504 TEST_F(MixedUpTestCaseTest, FirstTestFromNamespaceFoo) {} in TEST_F() argument 505 TEST_F(MixedUpTestCaseTest, SecondTestFromNamespaceFoo) {} in TEST_F() argument 517 class MixedUpTestCaseTest : public testing::Test { class 522 TEST_F(MixedUpTestCaseTest, ThisShouldFail) {} in TEST_F() argument 523 TEST_F(MixedUpTestCaseTest, ThisShouldFailToo) {} in TEST_F() argument
|
D | gtest_output_test_golden_win.txt | 198 [----------] 4 tests from MixedUpTestCaseTest 199 [ RUN ] MixedUpTestCaseTest.FirstTestFromNamespaceFoo 200 [ OK ] MixedUpTestCaseTest.FirstTestFromNamespaceFoo 201 [ RUN ] MixedUpTestCaseTest.SecondTestFromNamespaceFoo 202 [ OK ] MixedUpTestCaseTest.SecondTestFromNamespaceFoo 203 [ RUN ] MixedUpTestCaseTest.ThisShouldFail 206 class. However, in test case MixedUpTestCaseTest, 212 [ FAILED ] MixedUpTestCaseTest.ThisShouldFail 213 [ RUN ] MixedUpTestCaseTest.ThisShouldFailToo 216 class. However, in test case MixedUpTestCaseTest, [all …]
|
D | gtest_output_test_golden_lin.txt | 209 [0;32m[----------] [m4 tests from MixedUpTestCaseTest 218 class. However, in test case MixedUpTestCaseTest, 229 class. However, in test case MixedUpTestCaseTest,
|