Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-output-test_.cc689 using NoTests = ParamTest; typedef
690 INSTANTIATE_TEST_SUITE_P(ThisIsOdd, NoTests, ::testing::Values("Hello"));
H A Dgoogletest-output-test-golden-lin.txt1001 [ RUN ] GoogleTestVerification.UninstantiatedParameterizedTestSuite<NoTests>
1003 Parameterized test suite NoTests is instantiated via INSTANTIATE_TEST_SUITE_P, but no tests are def…
1009 GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(NoTests);
1012 [ FAILED ] GoogleTestVerification.UninstantiatedParameterizedTestSuite<NoTests>
1110 [ FAILED ] GoogleTestVerification.UninstantiatedParameterizedTestSuite<NoTests>
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp4428 NoTests = 0x02 enumerator
9628 return WarnAbout::NoTests; in makeCommandLineParser()
9911 … Config::warnAboutNoTests() const { return !!(m_data.warnings & WarnAbout::NoTests); } in warnAboutNoTests()