/freebsd-src/crypto/openssl/test/testutil/ |
H A D | driver.c | 30 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 D | tests.c | 109 void test_info(const char *file, int line, const char *desc, ...) in test_info() function
|
/freebsd-src/contrib/googletest/googletest/samples/ |
H A D | sample9_unittest.cc | 59 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 D | ktest.c | 97 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 D | googletest-param-test-test.cc | 839 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 D | googletest-failfast-unittest_.cc | 129 void OnTestStart(const ::testing::TestInfo& test_info) override { in OnTestStart() 140 void OnTestEnd(const ::testing::TestInfo& test_info) override { in OnTestEnd()
|
H A D | gtest-unittest-api_test.cc | 211 const TestInfo* const test_info = test_suite->GetTestInfo(0); in TEST() local
|
H A D | googletest-shuffle-test_.cc | 82 void OnTestStart(const TestInfo& test_info) override { in OnTestStart()
|
H A D | gtest_unittest.cc | 2015 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 D | gtest.h | 639 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 D | gtest-internal-inl.h | 674 // 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 D | gtest.cc | 2768 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 D | gmock-spec-builders.cc | 696 const TestInfo* const test_info = RegisterUseByOnCallOrExpectCall() local
|
/freebsd-src/crypto/openssh/regress/unittests/test_helper/ |
H A D | test_helper.c | 230 test_info(char *s, size_t len) in test_info() function
|
/freebsd-src/contrib/googletest/googletest/include/gtest/internal/ |
H A D | gtest-param-util.h | 558 std::shared_ptr<TestInfo> test_info = *test_it; RegisterTests() local
|