Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_draw_rect/
H A Dui_test_draw_rect.cpp23 void UITestDrawRect::SetUp() in SetUp()
32 void UITestDrawRect::TearDown() in TearDown()
38 const UIView* UITestDrawRect::GetTestView() in GetTestView()
91 UIViewGroup* UITestDrawRect::CreateTestCaseGroup() const in CreateTestCaseGroup()
98 UILabel* UITestDrawRect::CreateTitleLabel() const in CreateTitleLabel()
107 UIView* UITestDrawRect::CreateUIView() const in CreateUIView()
127 void UITestDrawRect::UIKitDrawRectTestRectNoBorder001() in UIKitDrawRectTestRectNoBorder001()
153 void UITestDrawRect::UIKitDrawRectTestRectNoBorder002() in UIKitDrawRectTestRectNoBorder002()
180 void UITestDrawRect::UIKitDrawRectTestRectNoBorder003() in UIKitDrawRectTestRectNoBorder003()
757 void UITestDrawRect::UIKitDrawRectTestRect001() in UIKitDrawRectTestRect001()
[all …]
H A Dui_test_draw_rect.h25 class UITestDrawRect : public UITest {
27 UITestDrawRect() {} in UITestDrawRect() function
28 ~UITestDrawRect() {} in ~UITestDrawRect()
/ohos5.0/foundation/arkui/ui_lite/test/framework/src/
H A Dui_test_group.cpp118 testCaseList_.PushBack(TestCaseInfo { "Draw_Rect", new UITestDrawRect() }); in SetUpTestCase()