Home
last modified time | relevance | path

Searched refs:UITestCircleProgress (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_progress_bar/
H A Dui_test_circle_progress.cpp32 void UITestCircleProgress::SetUp() in SetUp()
78 void UITestCircleProgress::TearDown() in TearDown()
86 const UIView* UITestCircleProgress::GetTestView() in GetTestView()
145 void UITestCircleProgress::UIKitCircleProgressTestSetRange008() in UIKitCircleProgressTestSetRange008()
165 void UITestCircleProgress::UIKitCircleProgressTestSetValue002() in UIKitCircleProgressTestSetValue002()
178 void UITestCircleProgress::UIKitCircleProgressTestSetImage003() in UIKitCircleProgressTestSetImage003()
191 void UITestCircleProgress::UIKitCircleProgressTestSetStyle004() in UIKitCircleProgressTestSetStyle004()
201 void UITestCircleProgress::UIKitCircleProgressTestGetStyle005() in UIKitCircleProgressTestGetStyle005()
224 void UITestCircleProgress::UIKitCircleProgressTestSetStep007() in UIKitCircleProgressTestSetStep007()
247 void UITestCircleProgress::UIKitCircleProgressTestSetCenter010() in UIKitCircleProgressTestSetCenter010()
[all …]
H A Dui_test_circle_progress.h25 class UITestCircleProgress : public UITest, public UIView::OnClickListener {
27 UITestCircleProgress() {} in UITestCircleProgress() function
28 ~UITestCircleProgress() {} in ~UITestCircleProgress()
/ohos5.0/foundation/arkui/ui_lite/test/framework/src/
H A Dui_test_group.cpp114 testCaseList_.PushBack(TestCaseInfo { "Circle_Progress", new UITestCircleProgress() }); in SetUpTestCase()