Searched refs:UITestAdvancedLayout (Results 1 – 3 of 3) sorted by relevance
29 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()
27 class UITestAdvancedLayout : public UITest, public UIView::OnClickListener {29 UITestAdvancedLayout() : withMargin_(false) {} in UITestAdvancedLayout() function30 ~UITestAdvancedLayout() {} in ~UITestAdvancedLayout()
110 testCaseList_.PushBack(TestCaseInfo { "Advanced_Layout", new UITestAdvancedLayout() }); in SetUpTestCase()