Searched refs:NumericTypes (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/googletest/googletest/test/ |
| H A D | gtest-typed-test_test.cc | 163 typedef Types<int, long> NumericTypes; typedef 164 TYPED_TEST_CASE(NumericTest, NumericTypes); 421 typedef Types<int, double> NumericTypes; typedef 422 INSTANTIATE_TYPED_TEST_CASE_P(My, NumericTest, NumericTypes);
|
| H A D | googletest-output-test_.cc | 889 typedef testing::Types<int, double> NumericTypes; typedef 890 TYPED_TEST_CASE(ATypedDeathTest, NumericTypes); 914 INSTANTIATE_TYPED_TEST_CASE_P(My, ATypeParamDeathTest, NumericTypes);
|
| H A D | gtest_unittest.cc | 3170 typedef testing::Types<int, double> NumericTypes; typedef 3171 TYPED_TEST_CASE(TypedTest, NumericTypes); 3181 TYPED_TEST_CASE(DISABLED_TypedTest, NumericTypes); 3206 INSTANTIATE_TYPED_TEST_CASE_P(My, TypedTestP, NumericTypes); 3221 INSTANTIATE_TYPED_TEST_CASE_P(My, DISABLED_TypedTestP, NumericTypes);
|