mirror of
https://gitee.com/openharmony/arkui_ace_engine
synced 2024-11-30 10:43:03 +00:00
【tdd】删除layout_wrapper虚假用例
Signed-off-by: fengjituo111 <fengjituo@huawei.com>
This commit is contained in:
parent
821b3cbc59
commit
75e3529580
@ -1572,19 +1572,6 @@ HWTEST_F(LayoutWrapperTestNg, LayoutWrapperTest043, TestSize.Level1)
|
||||
EXPECT_EQ(child->ExpandIntoKeyboard(), OffsetF(0, 0));
|
||||
}
|
||||
|
||||
/**
|
||||
* @tc.name: LayoutWrapperTest044
|
||||
* @tc.desc: Test AvoidKeyboard.
|
||||
* @tc.type: FUNC
|
||||
*/
|
||||
HWTEST_F(LayoutWrapperTestNg, LayoutWrapperTest044, TestSize.Level1)
|
||||
{
|
||||
auto [parent, layoutWrapper] = CreateNodeAndWrapper(OHOS::Ace::V2::PAGE_ETS_TAG, NODE_ID_0);
|
||||
layoutWrapper->AvoidKeyboard();
|
||||
string ret = "";
|
||||
EXPECT_EQ(ret, "");
|
||||
}
|
||||
|
||||
/**
|
||||
* @tc.name: LayoutWrapperTest045
|
||||
* @tc.desc: Test CreateRootConstraint.
|
||||
|
Loading…
Reference in New Issue
Block a user