Home
last modified time | relevance | path

Searched refs:swipeView_ (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_swipe_view_unit_test.cpp31 UISwipeViewTest() : swipeView_(nullptr) {} in UISwipeViewTest()
37 UISwipeView* swipeView_; member in OHOS::UISwipeViewTest
42 if (swipeView_ == nullptr) { in SetUp()
43 swipeView_ = new UISwipeView(); in SetUp()
49 if (swipeView_ != nullptr) { in TearDown()
50 delete swipeView_; in TearDown()
51 swipeView_ = nullptr; in TearDown()
62 if (swipeView_ == nullptr) { in HWTEST_F()
66 EXPECT_EQ(swipeView_->GetViewType(), UI_SWIPE_VIEW); in HWTEST_F()
77 if (swipeView_ in HWTEST_F()
[all...]

Completed in 1 milliseconds