Home
last modified time | relevance | path

Searched refs:SetTestCaseAttribute (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/frameworks/component_test/
H A Dcomponent_test_proxy.cpp42 void ComponentTestManagerProxy::SetTestCaseAttribute(TestCaseAttribute attribute) in SetTestCaseAttribute() function in OHOS::Ace::ComponentTest::ComponentTestManagerProxy
44 return ComponentTestManagerImpl::Get()->SetTestCaseAttribute(attribute); in SetTestCaseAttribute()
H A Dcomponent_test_manager_impl.cpp87 void ComponentTestManagerImpl::SetTestCaseAttribute(TestCaseAttribute attribute) in SetTestCaseAttribute() function in OHOS::Ace::ComponentTest::ComponentTestManagerImpl
89 testResultRecorder_.SetTestCaseAttribute(attribute); in SetTestCaseAttribute()
H A Dcomponent_test_manager.h31 virtual void SetTestCaseAttribute(TestCaseAttribute attribute) = 0;
H A Dcomponent_test_proxy.h31 static void SetTestCaseAttribute(TestCaseAttribute attribute);
H A Dcomponent_test_manager_impl.h39 void SetTestCaseAttribute(TestCaseAttribute attribute) override;
H A Dtest_result_recorder.h162 void SetTestCaseAttribute(TestCaseAttribute attribute) in SetTestCaseAttribute() function in OHOS::Ace::ComponentTest::TestResultRecorder
/foundation/arkui/ace_engine/interfaces/napi/kits/component_test/
H A Djs_component_test.cpp184 ComponentTest::ComponentTestManagerProxy::SetTestCaseAttribute(attr); in JSDefineTest()

Completed in 3 milliseconds