Home
last modified time | relevance | path

Searched refs:ATypeParamDeathTest (Results 1 – 3 of 3) sorted by relevance

/external/gtest/test/
Dgtest_output_test_.cc799 class ATypeParamDeathTest : public testing::Test { class
802 TYPED_TEST_CASE_P(ATypeParamDeathTest);
804 TYPED_TEST_P(ATypeParamDeathTest, ShouldRunFirst) { in TYPED_TEST_P() argument
807 REGISTER_TYPED_TEST_CASE_P(ATypeParamDeathTest, ShouldRunFirst);
809 INSTANTIATE_TYPED_TEST_CASE_P(My, ATypeParamDeathTest, NumericTypes);
Dgtest_output_test_golden_win.txt21 [----------] 1 test from My/ATypeParamDeathTest/0, where TypeParam = int
22 [ RUN ] My/ATypeParamDeathTest/0.ShouldRunFirst
23 [ OK ] My/ATypeParamDeathTest/0.ShouldRunFirst
24 [----------] 1 test from My/ATypeParamDeathTest/1, where TypeParam = double
25 [ RUN ] My/ATypeParamDeathTest/1.ShouldRunFirst
26 [ OK ] My/ATypeParamDeathTest/1.ShouldRunFirst
Dgtest_output_test_golden_lin.txt23 [----------] 1 test from My/ATypeParamDeathTest/0, where TypeParam = int
24 [ RUN ] My/ATypeParamDeathTest/0.ShouldRunFirst
25 [ OK ] My/ATypeParamDeathTest/0.ShouldRunFirst
26 [----------] 1 test from My/ATypeParamDeathTest/1, where TypeParam = double
27 [ RUN ] My/ATypeParamDeathTest/1.ShouldRunFirst
28 [ OK ] My/ATypeParamDeathTest/1.ShouldRunFirst