Searched defs:gtest_failures (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/testing/gtest/test/
H A Dgtest_unittest.cc3381 TestPartResultArray gtest_failures; local
3383 ScopedFakeTestPartResultReporter gtest_reporter(&gtest_failures);
3386 ASSERT_EQ(2, gtest_failures.size());
3388 gtest_failures.GetTestPartResult(0).type());
3390 gtest_failures.GetTestPartResult(1).type());
3392 gtest_failures.GetTestPartResult(0).message());
3394 gtest_failures.GetTestPartResult(1).message());
3398 TestPartResultArray gtest_failures; local
3400 ScopedFakeTestPartResultReporter gtest_reporter(&gtest_failures);
3403 ASSERT_EQ(3, gtest_failures
3419 TestPartResultArray gtest_failures; local
[all...]
/external/gtest/test/
H A Dgtest_unittest.cc3388 TestPartResultArray gtest_failures; local
3390 ScopedFakeTestPartResultReporter gtest_reporter(&gtest_failures);
3393 ASSERT_EQ(2, gtest_failures.size());
3395 gtest_failures.GetTestPartResult(0).type());
3397 gtest_failures.GetTestPartResult(1).type());
3399 gtest_failures.GetTestPartResult(0).message());
3401 gtest_failures.GetTestPartResult(1).message());
3405 TestPartResultArray gtest_failures; local
3407 ScopedFakeTestPartResultReporter gtest_reporter(&gtest_failures);
3410 ASSERT_EQ(3, gtest_failures
3426 TestPartResultArray gtest_failures; local
[all...]
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc3658 TestPartResultArray gtest_failures; local
3660 ScopedFakeTestPartResultReporter gtest_reporter(&gtest_failures);
3663 ASSERT_EQ(2, gtest_failures.size());
3665 gtest_failures.GetTestPartResult(0).type());
3667 gtest_failures.GetTestPartResult(1).type());
3669 gtest_failures.GetTestPartResult(0).message());
3671 gtest_failures.GetTestPartResult(1).message());
3675 TestPartResultArray gtest_failures; local
3677 ScopedFakeTestPartResultReporter gtest_reporter(&gtest_failures);
3680 ASSERT_EQ(3, gtest_failures
3696 TestPartResultArray gtest_failures; local
[all...]

Completed in 58 milliseconds