mirror of
https://gitee.com/openharmony/communication_ipc
synced 2024-11-23 07:50:24 +00:00
fix:delete ut
Signed-off-by: yueyan <yueyan8@huawei.com>
This commit is contained in:
parent
7df5805842
commit
187c54e75f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user