TestInfo 255 modules/ts/include/opencv2/ts.hpp TestInfo(); TestInfo 326 modules/ts/include/opencv2/ts.hpp const TestInfo* get_current_test_info() { return ¤t_test_info; } TestInfo 423 modules/ts/include/opencv2/ts.hpp TestInfo current_test_info; TestInfo 21 modules/ts/include/opencv2/ts/ts_ext.hpp static ::testing::TestInfo* const test_info_ GTEST_ATTRIBUTE_UNUSED_;\ TestInfo 26 modules/ts/include/opencv2/ts/ts_ext.hpp ::testing::TestInfo* const GTEST_TEST_CLASS_NAME_(test_case_name, test_name)\ TestInfo 46 modules/ts/include/opencv2/ts/ts_ext.hpp static ::testing::TestInfo* const test_info_ GTEST_ATTRIBUTE_UNUSED_;\ TestInfo 51 modules/ts/include/opencv2/ts/ts_ext.hpp ::testing::TestInfo* const GTEST_TEST_CLASS_NAME_(test_fixture, test_name)\ TestInfo 7097 modules/ts/include/opencv2/ts/ts_gtest.h class TestInfo; // Information about a test. TestInfo 7512 modules/ts/include/opencv2/ts/ts_gtest.h GTEST_API_ TestInfo* MakeAndRegisterTestInfo( TestInfo 8163 modules/ts/include/opencv2/ts/ts_gtest.h static ::testing::TestInfo* const test_info_ GTEST_ATTRIBUTE_UNUSED_;\ TestInfo 8168 modules/ts/include/opencv2/ts/ts_gtest.h ::testing::TestInfo* const GTEST_TEST_CLASS_NAME_(test_case_name, test_name)\ TestInfo 10529 modules/ts/include/opencv2/ts/ts_gtest.h tests_.push_back(linked_ptr<TestInfo>(new TestInfo(test_case_name, TestInfo 10550 modules/ts/include/opencv2/ts/ts_gtest.h linked_ptr<TestInfo> test_info = *test_it; TestInfo 10586 modules/ts/include/opencv2/ts/ts_gtest.h TestInfo(const char* a_test_case_base_name, TestInfo 10597 modules/ts/include/opencv2/ts/ts_gtest.h typedef ::std::vector<linked_ptr<TestInfo> > TestInfoContainer; TestInfo 17651 modules/ts/include/opencv2/ts/ts_gtest.h class TestInfo; TestInfo 17826 modules/ts/include/opencv2/ts/ts_gtest.h friend class TestInfo; TestInfo 18018 modules/ts/include/opencv2/ts/ts_gtest.h friend class TestInfo; TestInfo 18098 modules/ts/include/opencv2/ts/ts_gtest.h class GTEST_API_ TestInfo { TestInfo 18102 modules/ts/include/opencv2/ts/ts_gtest.h ~TestInfo(); TestInfo 18163 modules/ts/include/opencv2/ts/ts_gtest.h friend TestInfo* internal::MakeAndRegisterTestInfo( TestInfo 18175 modules/ts/include/opencv2/ts/ts_gtest.h TestInfo(const std::string& test_case_name, TestInfo 18192 modules/ts/include/opencv2/ts/ts_gtest.h static void ClearTestResult(TestInfo* test_info) { TestInfo 18217 modules/ts/include/opencv2/ts/ts_gtest.h GTEST_DISALLOW_COPY_AND_ASSIGN_(TestInfo); TestInfo 18290 modules/ts/include/opencv2/ts/ts_gtest.h const TestInfo* GetTestInfo(int i) const; TestInfo 18301 modules/ts/include/opencv2/ts/ts_gtest.h std::vector<TestInfo*>& test_info_list() { return test_info_list_; } TestInfo 18304 modules/ts/include/opencv2/ts/ts_gtest.h const std::vector<TestInfo*>& test_info_list() const { TestInfo 18310 modules/ts/include/opencv2/ts/ts_gtest.h TestInfo* GetMutableTestInfo(int i); TestInfo 18317 modules/ts/include/opencv2/ts/ts_gtest.h void AddTestInfo(TestInfo * test_info); TestInfo 18339 modules/ts/include/opencv2/ts/ts_gtest.h static bool TestPassed(const TestInfo* test_info) { TestInfo 18344 modules/ts/include/opencv2/ts/ts_gtest.h static bool TestFailed(const TestInfo* test_info) { TestInfo 18350 modules/ts/include/opencv2/ts/ts_gtest.h static bool TestReportableDisabled(const TestInfo* test_info) { TestInfo 18355 modules/ts/include/opencv2/ts/ts_gtest.h static bool TestDisabled(const TestInfo* test_info) { TestInfo 18360 modules/ts/include/opencv2/ts/ts_gtest.h static bool TestReportable(const TestInfo* test_info) { TestInfo 18365 modules/ts/include/opencv2/ts/ts_gtest.h static bool ShouldRunTest(const TestInfo* test_info) { TestInfo 18382 modules/ts/include/opencv2/ts/ts_gtest.h std::vector<TestInfo*> test_info_list_; TestInfo 18459 modules/ts/include/opencv2/ts/ts_gtest.h virtual void OnTestStart(const TestInfo& test_info) = 0; TestInfo 18465 modules/ts/include/opencv2/ts/ts_gtest.h virtual void OnTestEnd(const TestInfo& test_info) = 0; TestInfo 18497 modules/ts/include/opencv2/ts/ts_gtest.h virtual void OnTestStart(const TestInfo& /*test_info*/) {} TestInfo 18499 modules/ts/include/opencv2/ts/ts_gtest.h virtual void OnTestEnd(const TestInfo& /*test_info*/) {} TestInfo 18546 modules/ts/include/opencv2/ts/ts_gtest.h friend class TestInfo; TestInfo 18622 modules/ts/include/opencv2/ts/ts_gtest.h const TestInfo* current_test_info() const TestInfo 398 modules/ts/src/ts.cpp TestInfo::TestInfo() TestInfo 1066 modules/ts/src/ts_gtest.cpp TestInfo* test_info) { TestInfo 1102 modules/ts/src/ts_gtest.cpp void set_current_test_info(TestInfo* a_current_test_info) { TestInfo 1153 modules/ts/src/ts_gtest.cpp TestInfo* current_test_info() { return current_test_info_; } TestInfo 1154 modules/ts/src/ts_gtest.cpp const TestInfo* current_test_info() const { return current_test_info_; } TestInfo 1289 modules/ts/src/ts_gtest.cpp TestInfo* current_test_info_; TestInfo 1589 modules/ts/src/ts_gtest.cpp void OnTestStart(const TestInfo& test_info) { TestInfo 1593 modules/ts/src/ts_gtest.cpp void OnTestEnd(const TestInfo& test_info) { TestInfo 3450 modules/ts/src/ts_gtest.cpp const TestInfo* const first_test_info = test_case->test_info_list()[0]; TestInfo 3455 modules/ts/src/ts_gtest.cpp const TestInfo* const this_test_info = impl->current_test_info(); TestInfo 3677 modules/ts/src/ts_gtest.cpp TestInfo::TestInfo(const std::string& a_test_case_name, TestInfo 3695 modules/ts/src/ts_gtest.cpp TestInfo::~TestInfo() { delete factory_; } TestInfo 3716 modules/ts/src/ts_gtest.cpp TestInfo* MakeAndRegisterTestInfo( TestInfo 3725 modules/ts/src/ts_gtest.cpp TestInfo* const test_info = TestInfo 3726 modules/ts/src/ts_gtest.cpp new TestInfo(test_case_name, name, type_param, value_param, TestInfo 3772 modules/ts/src/ts_gtest.cpp bool operator()(const TestInfo * test_info) const { TestInfo 3800 modules/ts/src/ts_gtest.cpp void TestInfo::Run() { TestInfo 3904 modules/ts/src/ts_gtest.cpp ForEach(test_info_list_, internal::Delete<TestInfo>); TestInfo 3909 modules/ts/src/ts_gtest.cpp const TestInfo* TestCase::GetTestInfo(int i) const { TestInfo 3916 modules/ts/src/ts_gtest.cpp TestInfo* TestCase::GetMutableTestInfo(int i) { TestInfo 3923 modules/ts/src/ts_gtest.cpp void TestCase::AddTestInfo(TestInfo * test_info) { TestInfo 3959 modules/ts/src/ts_gtest.cpp ForEach(test_info_list_, TestInfo::ClearTestResult); TestInfo 4172 modules/ts/src/ts_gtest.cpp static void PrintFullTestCommentIfPresent(const TestInfo& test_info) { TestInfo 4205 modules/ts/src/ts_gtest.cpp virtual void OnTestStart(const TestInfo& test_info); TestInfo 4207 modules/ts/src/ts_gtest.cpp virtual void OnTestEnd(const TestInfo& test_info); TestInfo 4282 modules/ts/src/ts_gtest.cpp void PrettyUnitTestResultPrinter::OnTestStart(const TestInfo& test_info) { TestInfo 4301 modules/ts/src/ts_gtest.cpp void PrettyUnitTestResultPrinter::OnTestEnd(const TestInfo& test_info) { TestInfo 4352 modules/ts/src/ts_gtest.cpp const TestInfo& test_info = *test_case.GetTestInfo(j); TestInfo 4424 modules/ts/src/ts_gtest.cpp virtual void OnTestStart(const TestInfo& test_info); TestInfo 4426 modules/ts/src/ts_gtest.cpp virtual void OnTestEnd(const TestInfo& test_info); TestInfo 4487 modules/ts/src/ts_gtest.cpp GTEST_REPEATER_METHOD_(OnTestStart, TestInfo) TestInfo 4492 modules/ts/src/ts_gtest.cpp GTEST_REVERSE_REPEATER_METHOD_(OnTestEnd, TestInfo) TestInfo 4570 modules/ts/src/ts_gtest.cpp const TestInfo& test_info); TestInfo 4793 modules/ts/src/ts_gtest.cpp const TestInfo& test_info) { TestInfo 5456 modules/ts/src/ts_gtest.cpp const TestInfo* UnitTest::current_test_info() const TestInfo 5981 modules/ts/src/ts_gtest.cpp TestInfo* const test_info = test_case->test_info_list()[j]; TestInfo 6054 modules/ts/src/ts_gtest.cpp const TestInfo* const test_info = TestInfo 6869 modules/ts/src/ts_gtest.cpp TestInfo* const info = GetUnitTestImpl()->current_test_info(); TestInfo 7221 modules/ts/src/ts_gtest.cpp const TestInfo* const info = impl->current_test_info(); TestInfo 7639 modules/ts/src/ts_gtest.cpp const TestInfo* const info = impl->current_test_info(); TestInfo 268 modules/ts/src/ts_perf.cpp const ::testing::TestInfo* const test_info = TestInfo 1140 modules/ts/src/ts_perf.cpp const ::testing::TestInfo* const test_info = ::testing::UnitTest::GetInstance()->current_test_info(); TestInfo 1482 modules/ts/src/ts_perf.cpp const ::testing::TestInfo* const test_info = ::testing::UnitTest::GetInstance()->current_test_info(); TestInfo 1598 modules/ts/src/ts_perf.cpp const ::testing::TestInfo* const test_info = ::testing::UnitTest::GetInstance()->current_test_info();