Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_layout/
H A Dui_test_advanced_layout.cpp29 void UITestAdvancedLayout::SetUp() in SetUp()
75 void UITestAdvancedLayout::TearDown() in TearDown()
81 const UIView* UITestAdvancedLayout::GetTestView() in GetTestView()
88 void UITestAdvancedLayout::UIKitLayoutTestFlexLayout001() in UIKitLayoutTestFlexLayout001()
128 void UITestAdvancedLayout::SetTestButtons001() in SetTestButtons001()
152 void UITestAdvancedLayout::UIKitLayoutTestGridLayout001() in UIKitLayoutTestGridLayout001()
199 void UITestAdvancedLayout::OnClickButton(const UIView& view) in OnClickButton()
243 bool UITestAdvancedLayout::OnClick(UIView& view, const ClickEvent& event) in OnClick()
H A Dui_test_advanced_layout.h27 class UITestAdvancedLayout : public UITest, public UIView::OnClickListener {
29 UITestAdvancedLayout() : withMargin_(false) {} in UITestAdvancedLayout() function
30 ~UITestAdvancedLayout() {} in ~UITestAdvancedLayout()
/ohos5.0/foundation/arkui/ui_lite/test/framework/src/
H A Dui_test_group.cpp110 testCaseList_.PushBack(TestCaseInfo { "Advanced_Layout", new UITestAdvancedLayout() }); in SetUpTestCase()