Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc5314 class CodeLocationForTESTP : public TestWithParam<int> {}; class
5316 TEST_P(CodeLocationForTESTP, Verify) { in TEST_P() argument
5320 INSTANTIATE_TEST_SUITE_P(, CodeLocationForTESTP, Values(0));