Home
last modified time | relevance | path

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

/freebsd-src/contrib/googletest/googletest/test/
H A Dgoogletest-param-test-test.cc1062 class CommentTest : public TestWithParam<Unstreamable> {}; class
1064 TEST_P(CommentTest, TestsCorrectlyReportUnstreamableParams) { in TEST_P() argument