HomeSort by relevance Sort by last modified time
    Searched refs:MixedUpTestCaseTest (Results 1 - 2 of 2) sorted by null

  /external/gtest/test/
gtest_output_test_.cc 489 // The MixedUpTestCaseTest test case verifies that Google Test will fail a
501 class MixedUpTestCaseTest : public testing::Test {
504 TEST_F(MixedUpTestCaseTest, FirstTestFromNamespaceFoo) {}
505 TEST_F(MixedUpTestCaseTest, SecondTestFromNamespaceFoo) {}
517 class MixedUpTestCaseTest : public testing::Test {
522 TEST_F(MixedUpTestCaseTest, ThisShouldFail) {}
523 TEST_F(MixedUpTestCaseTest, ThisShouldFailToo) {}
  /external/protobuf/gtest/test/
gtest_output_test_.cc 482 // The MixedUpTestCaseTest test case verifies that Google Test will fail a
494 class MixedUpTestCaseTest : public testing::Test {
497 TEST_F(MixedUpTestCaseTest, FirstTestFromNamespaceFoo) {}
498 TEST_F(MixedUpTestCaseTest, SecondTestFromNamespaceFoo) {}
510 class MixedUpTestCaseTest : public testing::Test {
515 TEST_F(MixedUpTestCaseTest, ThisShouldFail) {}
516 TEST_F(MixedUpTestCaseTest, ThisShouldFailToo) {}

Completed in 78 milliseconds