Searched refs:test_info (Results 1 – 6 of 6) sorted by relevance
/packages/modules/NeuralNetworks/runtime/test/ |
D | LogTestCaseToLogcat.h | 26 virtual void OnTestStart(const ::testing::TestInfo& test_info) { in OnTestStart() argument 27 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() argument 32 LOG(INFO) << "[Test Case] " << test_info.test_suite_name() << "." << test_info.name() in OnTestEnd()
|
/packages/modules/Connectivity/staticlibs/netd/libnetdutils/include/netdutils/ |
D | NetNativeTestBase.h | 42 const TestInfo* const test_info = UnitTest::GetInstance()->current_test_info(); in getTestCaseLog() local 44 test_info->test_suite_name(), test_info->name()); in getTestCaseLog()
|
/packages/modules/StatsD/lib/libstatspull/tests/ |
D | stats_subscription_test.cpp | 59 const TestInfo* const test_info = UnitTest::GetInstance()->current_test_info(); in SubscriptionTest() local 60 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() local 68 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~SubscriptionTest()
|
/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/ |
D | metadata.py | 22 from blueberry.tests.gd.cert.test_decorators import test_info 79 return test_info(**args)
|
D | test_decorators.py | 20 def test_info(predicate=None, **keyed_info): function 137 …return test_info(test_tracker_uuid=uuid, test_tracker_environment_info=extra_environment_info, pre…
|
/packages/modules/Bluetooth/system/gd/hal/ |
D | snoop_logger_test.cc | 167 const testing::TestInfo* const test_info = in SetUp() local 171 "Setup for test {} in test suite {}.", test_info->name(), test_info->test_suite_name()); in SetUp() 174 temp_snoop_log_ = temp_dir_ / (std::string(test_info->name()) + "_btsnoop_hci.log"); in SetUp() 175 temp_snoop_log_last_ = temp_dir_ / (std::string(test_info->name()) + "_btsnoop_hci.log.last"); in SetUp() 176 temp_snooz_log_ = temp_dir_ / (std::string(test_info->name()) + "_btsnooz_hci.log"); in SetUp() 177 temp_snooz_log_last_ = temp_dir_ / (std::string(test_info->name()) + "_btsnooz_hci.log.last"); in SetUp() 179 temp_dir_ / (std::string(test_info->name()) + "_btsnoop_hci.log.filtered"); in SetUp() 181 temp_dir_ / (std::string(test_info->name()) + "_btsnoop_hci.log.filtered.last"); in SetUp() 202 const testing::TestInfo* const test_info = in TearDown() local 205 "TearDown for test {} in test suite {}.", test_info->name(), test_info->test_suite_name()); in TearDown()
|