Searched refs:UITestCircleProgress (Results 1 – 3 of 3) sorted by relevance
32 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 …]
25 class UITestCircleProgress : public UITest, public UIView::OnClickListener {27 UITestCircleProgress() {} in UITestCircleProgress() function28 ~UITestCircleProgress() {} in ~UITestCircleProgress()
114 testCaseList_.PushBack(TestCaseInfo { "Circle_Progress", new UITestCircleProgress() }); in SetUpTestCase()