Searched refs:UITestClip (Results 1 – 3 of 3) sorted by relevance
32 void UITestClip::SetUp() in SetUp()43 void UITestClip::TearDown() in TearDown()49 UIView* UITestClip::GetTestView() in GetTestView()60 bool UITestClip::OnClick(UIView& view, const ClickEvent& event) in OnClick()114 void UITestClip::CreateTitleLabel(const char* title) in CreateTitleLabel()124 UIImageView* UITestClip::CreateImageView() in CreateImageView()167 void UITestClip::UIKitClipTest001() in UIKitClipTest001()203 void UITestClip::UIKitClipTest002() in UIKitClipTest002()229 void UITestClip::UIKitClipTest003() in UIKitClipTest003()262 void UITestClip::UIKitClipTest004() in UIKitClipTest004()[all …]
34 class UITestClip : public UITest, public UIView::OnClickListener {36 UITestClip() {} in UITestClip() function37 ~UITestClip() {} in ~UITestClip()
95 testCaseList_.PushBack(TestCaseInfo { "Clip", new UITestClip() }); in SetUpTestCase()