Home
last modified time | relevance | path

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

/freebsd-src/contrib/googletest/googletest/test/
H A Dgoogletest-param-test-test.h42 class ExternalInstantiationTest : public ::testing::TestWithParam<int> {};
H A Dgoogletest-param-test2-test.cc49 INSTANTIATE_TEST_SUITE_P(MultiplesOf33, ExternalInstantiationTest,
H A Dgoogletest-param-test-test.cc783 TEST_P(ExternalInstantiationTest, IsMultipleOf33) { in TEST_P() argument