Searched refs:UITestDrawRect (Results 1 – 3 of 3) sorted by relevance
23 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 …]
25 class UITestDrawRect : public UITest {27 UITestDrawRect() {} in UITestDrawRect() function28 ~UITestDrawRect() {} in ~UITestDrawRect()
118 testCaseList_.PushBack(TestCaseInfo { "Draw_Rect", new UITestDrawRect() }); in SetUpTestCase()