Home
last modified time | relevance | path

Searched defs:NotInstantiatedTest (Results 1 – 1 of 1) sorted by relevance

/freebsd-src/contrib/googletest/googletest/test/
H A Dgoogletest-param-test-test.cc1137 class NotInstantiatedTest : public testing::TestWithParam<int> {}; class
1141 TEST_P(NotInstantiatedTest, Used) {} in TEST_P() argument