Searched refs:test_info (Results 1 – 5 of 5) sorted by relevance
26 virtual void OnTestStart(const ::testing::TestInfo& test_info) { in OnTestStart() argument27 LOG(INFO) << "[Test Case] " << test_info.test_suite_name() << "." << test_info.name() in OnTestStart()31 virtual void OnTestEnd(const ::testing::TestInfo& test_info) { in OnTestEnd() argument32 LOG(INFO) << "[Test Case] " << test_info.test_suite_name() << "." << test_info.name() in OnTestEnd()
300 test_info = self.match_filters[i]304 pub_mf = test_info[0]305 sub_mf = test_info[1]306 expect_discovery = test_info[3]310 pub_mf = test_info[1]311 sub_mf = test_info[0]312 expect_discovery = test_info[2]316 if test_info[2] else "UNEXPECTED")
42 const TestInfo* const test_info = UnitTest::GetInstance()->current_test_info(); in getTestCaseLog() local44 test_info->test_suite_name(), test_info->name()); in getTestCaseLog()
113 const testing::TestInfo* const test_info = in SetUp() local116 log::debug("Setup for test {} in test suite {}.", test_info->name(), in SetUp()117 test_info->test_suite_name()); in SetUp()120 temp_snoop_log_ = temp_dir_ / (std::string(test_info->name()) + "_btsnoop_hci.log"); in SetUp()121 temp_snoop_log_last_ = temp_dir_ / (std::string(test_info->name()) + "_btsnoop_hci.log.last"); in SetUp()122 temp_snooz_log_ = temp_dir_ / (std::string(test_info->name()) + "_btsnooz_hci.log"); in SetUp()123 temp_snooz_log_last_ = temp_dir_ / (std::string(test_info->name()) + "_btsnooz_hci.log.last"); in SetUp()125 temp_dir_ / (std::string(test_info->name()) + "_btsnoop_hci.log.filtered"); in SetUp()127 temp_dir_ / (std::string(test_info->name()) + "_btsnoop_hci.log.filtered.last"); in SetUp()149 const testing::TestInfo* const test_info = in TearDown() local[all …]
59 const TestInfo* const test_info = UnitTest::GetInstance()->current_test_info(); in SubscriptionTest() local60 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in SubscriptionTest()67 const TestInfo* const test_info = UnitTest::GetInstance()->current_test_info(); in ~SubscriptionTest() local68 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~SubscriptionTest()