Home
last modified time | relevance | path

Searched refs:test_case_name (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/graphic_test/graphic_test_framework/include/
H A Drs_graphic_test_ext.h67 #define GRAPHIC_TEST_PARAMS(test_case_name, test_name, test_type, test_mode) \ argument
68 bool GTEST_TEST_UNIQUE_ID_(test_case_name, test_name, __LINE__) = \
69 …OHOS::Rosen::TestDefManager::Instance().Regist(#test_case_name, #test_name, test_type, test_mode, …
70 TEST_F(test_case_name, test_name)
75 #define GRAPHIC_TEST_3(test_case_name, test_type, test_name) \ argument
76 GRAPHIC_TEST_PARAMS(test_case_name, test_name, test_type, RSGraphicTestMode::AUTOMATIC)
81 #define GRAPHIC_N_TEST_3(test_case_name, test_type, test_name) \ argument
82 GRAPHIC_TEST_PARAMS(test_case_name, test_name, test_type, RSGraphicTestMode::MANUAL)
/ohos5.0/foundation/graphic/graphic_2d/graphic_test/graphic_test_framework/src/
H A Drs_graphic_test.cpp38 testInfo->test_case_name(), testInfo->name()); in ShouldRunCurrentTest()
42 testInfo->test_case_name(), testInfo->name()); in ShouldRunCurrentTest()
101 testInfo->test_case_name(), testInfo->name()); in TearDown()
106 …LOGE("RSGraphicTest no testinfo %{public}s-%{public}s", testInfo->test_case_name(), testInfo->name… in TearDown()
116 filename += testInfo->test_case_name() + std::string("_"); in TearDown()
123 testInfo->test_case_name(), testInfo->name()); in TearDown()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/
H A Ddistributed_rdb_tools.h26 #define HWTEST_F(test_case_name, test_name, level) TEST_F(test_case_name, test_name) argument
H A Ddistributed_test_tools.h27 #define HWTEST_F(test_case_name, test_name, level) TEST_F(test_case_name, test_name) argument
/ohos5.0/base/hiviewdfx/hiview/base/test/unittest/common/
H A Devent_loop_test.cpp50 printf("We are in test %s of test case %s.\n", info->name(), info->test_case_name()); in SetUp()
51 currentLooper_ = std::make_shared<EventLoop>(info->test_case_name()); in SetUp()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_encrypt_test.cpp332 LOGI("Start unit test: %s.%s", testInfo->test_case_name(), testInfo->name()); in SetUp()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_tools_unit_test.cpp1049 LOGI("Start unit test: %s.%s", testInfo->test_case_name(), testInfo->name()); in PrintTestCaseInfo()