Home
last modified time | relevance | path

Searched refs:testCaseSize (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/interfaces/napi/kits/component_test/
H A Djs_component_test.cpp79 uint32_t testCaseSize = 0; in JSDefineTestGetCaseSize() local
88 COMPONENT_TEST_NAPI_ASSERT_CUSTOM(env, napi_get_value_uint32(env, size, &testCaseSize) == napi_ok, in JSDefineTestGetCaseSize()
91 testCaseSize >= ComponentTest::TestCaseSize::SMALLTEST && in JSDefineTestGetCaseSize()
92 testCaseSize < ComponentTest::TestCaseSize::INVALID_SIZE, in JSDefineTestGetCaseSize()
94 ComponentTest::TestCaseSize(testCaseSize); in JSDefineTestGetCaseSize()
163 auto testCaseSize = JSDefineTestGetCaseSize(env, argv[ARG_COUNT_ONE]); in JSDefineTest() local
164 CHECK_EQUAL_RETURN(testCaseSize, ComponentTest::TestCaseSize::INVALID_SIZE, NapiGetUndefined(env)); in JSDefineTest()
180 ComponentTest::TestCaseAttribute attr(testName, testCaseType, testCaseSize, testCaseLevel); in JSDefineTest()
/foundation/arkui/ace_engine/frameworks/component_test/
H A Dtest_result_recorder.h100 std::string testCaseName, TestCaseType testCaseType, TestCaseSize testCaseSize, TestCaseLevel testCaseLevel) in TestCaseAttribute()
101 : testCaseName_(testCaseName), testCaseType_(testCaseType), testCaseSize_(testCaseSize), in TestCaseAttribute()
99 TestCaseAttribute( std::string testCaseName, TestCaseType testCaseType, TestCaseSize testCaseSize, TestCaseLevel testCaseLevel) TestCaseAttribute() argument

Completed in 2 milliseconds