Searched refs:UICircleProgressTest (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_circle_progress_unit_test.cpp | 27 class UICircleProgressTest : public testing::Test { class 34 UICircleProgress* UICircleProgressTest::circleProgress_ = nullptr; 36 void UICircleProgressTest::SetUpTestCase() in SetUpTestCase() 43 void UICircleProgressTest::TearDownTestCase() in TearDownTestCase() 57 HWTEST_F(UICircleProgressTest, UICircleProgressGetViewType_001, TestSize.Level1) 72 HWTEST_F(UICircleProgressTest, UICircleProgressSetRadius_001, TestSize.Level1) 90 HWTEST_F(UICircleProgressTest, UICircleProgressSetCenterPosition_001, TestSize.Level1) 112 HWTEST_F(UICircleProgressTest, UICircleProgressSetLineColor_001, TestSize.Level1) 128 HWTEST_F(UICircleProgressTest, UICircleProgressSetStartAngle_001, TestSize.Level0) 150 HWTEST_F(UICircleProgressTest, UICircleProgressOnPreDraw_001, TestSize.Level0) [all …]
|