Searched refs:UITestVideo (Results 1 – 3 of 3) sorted by relevance
21 void UITestVideo::SetUp() in SetUp()29 void UITestVideo::TearDown() in TearDown()53 void UITestVideo::DeleteTestButtons() in DeleteTestButtons()97 void UITestVideo::SetupTestButton(UILabelButton* button, const char* text) in SetupTestButton()108 void UITestVideo::InitTestButtons() in InitTestButtons()154 const UIView* UITestVideo::GetTestView() in GetTestView()162 void UITestVideo::UIKitUIVideoTestSetVideo001() in UIKitUIVideoTestSetVideo001()210 void UITestVideo::DealClickLoopButton() const in DealClickLoopButton()230 bool UITestVideo::OnClick(UIView &view, const ClickEvent& event) in OnClick()266 bool UITestVideo::OnClick1(UIView &view, const ClickEvent& event) in OnClick1()[all …]
26 class UITestVideo : public UITest, public UIView::OnClickListener {28 UITestVideo() {} in UITestVideo() function29 ~UITestVideo() {} in ~UITestVideo()
157 testCaseList_.PushBack(TestCaseInfo { "Video", new UITestVideo() }); in SetUpTestCase001()