Home
last modified time | relevance | path

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

/freebsd-src/contrib/googletest/googletest/test/
H A Dgoogletest-output-test_.cc693 class DetectNotInstantiatedTest : public testing::TestWithParam<int> {}; class
694 TEST_P(DetectNotInstantiatedTest, Used) {} in TEST_P() argument
H A Dgoogletest-output-test-golden-lin.txt1013 [ RUN ] GoogleTestVerification.UninstantiatedParameterizedTestSuite<DetectNotInstantiatedTest>
1015 Parameterized test suite DetectNotInstantiatedTest is defined via TEST_P, but never instantiated. None of the test cases will run. Either no INSTANTIATE_TEST_SUITE_P is provided or the only ones provided expand to nothing.
1021 GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(DetectNotInstantiatedTest);
1024 [ FAILED ] GoogleTestVerification.UninstantiatedParameterizedTestSuite<DetectNotInstantiatedTest>
1111 [ FAILED ] GoogleTestVerification.UninstantiatedParameterizedTestSuite<DetectNotInstantiatedTest>