未验证 提交 03ca51a6 编写于 作者: O openharmony_ci 提交者: Gitee

!761 BlockUntilThreadAvailable接口用例添加

Merge pull request !761 from dengyutao/master
......@@ -462,4 +462,15 @@ HWTEST_F(IPCSkeletonTest, SetCallingIdentityTest002, TestSize.Level1)
ASSERT_TRUE(result);
current->invokers_.clear();
delete invoker;
}
/**
* @tc.name: BlockUntilThreadAvailableTest001
* @tc.desc: Verify the BlockUntilThreadAvailable function
* @tc.type: FUNC
*/
HWTEST_F(IPCSkeletonTest, BlockUntilThreadAvailableTest001, TestSize.Level1)
{
IPCProcessSkeleton *current = IPCProcessSkeleton::GetCurrent();
ASSERT_TRUE(current != nullptr);
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册