fix:delete ut

Signed-off-by: yueyan <yueyan8@huawei.com>
This commit is contained in:
yueyan 2024-11-01 10:54:25 +08:00
parent 7df5805842
commit 187c54e75f

View File

@ -138,33 +138,6 @@ HWTEST_F(BinderInvokerUnitTest, UnflattenObject002, TestSize.Level1)
EXPECT_EQ(ret, nullptr);
}
/**
* @tc.name: TriggerThreadReclaim001
* @tc.desc: Verify the TriggerSystemIPCThreadReclaim function
* @tc.type: FUNC
*/
HWTEST_F(BinderInvokerUnitTest, TriggerThreadReclaim001, TestSize.Level1)
{
BinderInvoker binderInvoker;
bool ret = binderInvoker.TriggerSystemIPCThreadReclaim();
EXPECT_TRUE(ret);
}
/**
* @tc.name: EnableIPCThreadReclaim001
* @tc.desc: Verify the EnableIPCThreadReclaim function
* @tc.type: FUNC
*/
HWTEST_F(BinderInvokerUnitTest, EnableIPCThreadReclaim001, TestSize.Level1)
{
BinderInvoker binderInvoker;
bool ret = binderInvoker.EnableIPCThreadReclaim(false);
EXPECT_TRUE(ret);
ret = binderInvoker.EnableIPCThreadReclaim(true);
EXPECT_TRUE(ret);
}
/**
* @tc.name: SetRegistryObject001
* @tc.desc: Verify the SetRegistryObject function