Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_radio_button_unit_test.cpp100 UIRadioButton* radioBtn3 = new UIRadioButton(name1); in HWTEST_F() local
106 view->Add(radioBtn3); in HWTEST_F()
114 EXPECT_EQ(radioBtn3->GetState(), UICheckBox::UICheckBoxState::UNSELECTED); in HWTEST_F()
121 EXPECT_EQ(radioBtn3->GetState(), UICheckBox::UICheckBoxState::UNSELECTED); in HWTEST_F()
128 EXPECT_EQ(radioBtn3->GetState(), UICheckBox::UICheckBoxState::UNSELECTED); in HWTEST_F()
134 view->Remove(radioBtn3); in HWTEST_F()
139 delete radioBtn3; in HWTEST_F()

Completed in 1 milliseconds