Home
last modified time | relevance | path

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

/freebsd-src/crypto/openssl/test/testutil/
H A Ddriver.c30 typedef struct test_info { struct
31 const char *test_case_name;
32 int (*test_fn) (void);
33 int (*param_test_fn)(int idx);
34 int num;
37 int subtest:1;
H A Dtests.c109 void test_info(const char *file, int line, const char *desc, ...) in test_info() function
/freebsd-src/contrib/googletest/googletest/samples/
H A Dsample9_unittest.cc59 void OnTestStart(const TestInfo& test_info) override { in OnTestStart()
75 void OnTestEnd(const TestInfo& test_info) override { in OnTestEnd()
134 const TestInfo& test_info = *test_suite.GetTestInfo(j); in main() local
/freebsd-src/sys/tests/
H A Dktest.c97 struct ktest_module *mod, const struct ktest_test_info *test_info) in dump_mod_test() argument
120 const struct ktest_test_info *test_info = &mod->info->tests[i]; in dump_mod_tests() local
193 const struct ktest_test_info *test_info = &info->tests[i]; in run_test() local
/freebsd-src/contrib/googletest/googletest/test/
H A Dgoogletest-param-test-test.cc839 const ::testing::TestInfo* const test_info = in TEST_P() local
860 const ::testing::TestInfo* const test_info = in TEST_P() local
874 const ::testing::TestInfo* const test_info = in TEST_F() local
967 const ::testing::TestInfo* test_info = test_suite->GetTestInfo(test_num); in TEST() local
982 const ::testing::TestInfo* const test_info = in TEST_P() local
1007 const ::testing::TestInfo* const test_info = in TEST_P() local
1037 const ::testing::TestInfo* const test_info = in TEST_P() local
1065 const ::testing::TestInfo* const test_info = in TEST_P() local
H A Dgoogletest-failfast-unittest_.cc129 void OnTestStart(const ::testing::TestInfo& test_info) override { in OnTestStart()
140 void OnTestEnd(const ::testing::TestInfo& test_info) override { in OnTestEnd()
H A Dgtest-unittest-api_test.cc211 const TestInfo* const test_info = test_suite->GetTestInfo(0); in TEST() local
H A Dgoogletest-shuffle-test_.cc82 void OnTestStart(const TestInfo& test_info) override { in OnTestStart()
H A Dgtest_unittest.cc2015 const TestInfo* test_info = UnitTest::GetInstance()->current_test_info(); ExpectNonFatalFailureRecordingPropertyWithReservedKeyForCurrentTest() local
5262 const TestInfo* const test_info = test_suite->GetTestInfo(i); GetTestInfo() local
5268 GetTestResult(const TestInfo * test_info) GetTestResult() argument
5275 const TestInfo* const test_info = GetTestInfo("Names"); TEST_F() local
5283 const TestInfo* const test_info = GetTestInfo("result"); TEST_F() local
6352 const TestInfo* test_info = UnitTest::GetInstance()->current_test_info(); SetUpTestSuite() local
6360 const TestInfo* test_info = UnitTest::GetInstance()->current_test_info(); TearDownTestSuite() local
6369 const TestInfo* test_info = UnitTest::GetInstance()->current_test_info(); TEST_F() local
6383 const TestInfo* test_info = UnitTest::GetInstance()->current_test_info(); TEST_F() local
[all...]
/freebsd-src/contrib/googletest/googletest/include/gtest/
H A Dgtest.h639 test_info->result_.Clear(); in ClearTestResult() argument
808 return test_info->should_run() && test_info->result()->Passed(); in TestPassed() argument
813 return test_info->should_run() && test_info->result()->Skipped(); in TestSkipped() argument
818 TestFailed(const TestInfo * test_info) TestFailed() argument
824 TestReportableDisabled(const TestInfo * test_info) TestReportableDisabled() argument
829 TestDisabled(const TestInfo * test_info) TestDisabled() argument
834 TestReportable(const TestInfo * test_info) TestReportable() argument
839 ShouldRunTest(const TestInfo * test_info) ShouldRunTest() argument
[all...]
/freebsd-src/contrib/googletest/googletest/src/
H A Dgtest-internal-inl.h674 // test_info: the TestInfo object in AddTestInfo() argument
1177 OnTestStart(const TestInfo & test_info) OnTestStart() argument
1181 OnTestEnd(const TestInfo & test_info) OnTestEnd() argument
[all...]
H A Dgtest.cc2768 TestInfo* const test_info = MakeAndRegisterTestInfo() local
2962 AddTestInfo(TestInfo * test_info) AddTestInfo() argument
3333 PrintFullTestCommentIfPresent(const TestInfo & test_info) PrintFullTestCommentIfPresent() argument
3464 OnTestStart(const TestInfo & test_info) OnTestStart() argument
3471 OnTestDisabled(const TestInfo & test_info) OnTestDisabled() argument
3493 OnTestEnd(const TestInfo & test_info) OnTestEnd() argument
3557 const TestInfo& test_info = *test_suite.GetTestInfo(j); PrintFailedTests() local
3606 const TestInfo& test_info = *test_suite.GetTestInfo(j); PrintSkippedTests() local
3711 OnTestEnd(const TestInfo & test_info) OnTestEnd() argument
4225 OutputXmlTestInfo(::std::ostream * stream,const char * test_suite_name,const TestInfo & test_info) OutputXmlTestInfo() argument
4679 OutputJsonTestInfo(::std::ostream * stream,const char * test_suite_name,const TestInfo & test_info) OutputJsonTestInfo() argument
6112 TestInfo* const test_info = test_suite->test_info_list()[j]; FilterTests() local
6176 const TestInfo* const test_info = test_suite->test_info_list()[j]; ListTestsMatchingFilter() local
[all...]
/freebsd-src/contrib/googletest/googlemock/src/
H A Dgmock-spec-builders.cc696 const TestInfo* const test_info = RegisterUseByOnCallOrExpectCall() local
/freebsd-src/crypto/openssh/regress/unittests/test_helper/
H A Dtest_helper.c230 test_info(char *s, size_t len) in test_info() function
/freebsd-src/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h558 std::shared_ptr<TestInfo> test_info = *test_it; RegisterTests() local