提交 cb3e98cc 编写于 作者: O openharmony_ci 提交者: Gitee

!137 重构animator

Merge pull request !137 from pssea/master
......@@ -641,18 +641,6 @@ HWTEST_F(UiInterfaceTest, SUB_GRAPHIC_INTERFACE_FIRST_5200, Function | MediumTes
delete animatorCallback;
}
/**
* @tc.number SUB_GRAPHIC_INTERFACE_FIRST_5300
* @tc.name test GetInstance api
* @tc.desc [C- SOFTWARE -0200]
*/
HWTEST_F(UiInterfaceTest, SUB_GRAPHIC_INTERFACE_FIRST_5300, Function | MediumTest | Level0)
{
AnimatorManager* animatorManager = AnimatorManager::GetInstance();
animatorManager->GetInstance();
EXPECT_EQ(0, 0);
}
/**
* @tc.number SUB_GRAPHIC_INTERFACE_FIRST_5400
* @tc.name test SetMarkNum api
......
......@@ -128,15 +128,4 @@ HWTEST_F(AnimatorTest, Graphic_Animator_Test_IsRepeat_0800, Function | MediumTes
{
EXPECT_EQ(animator->IsRepeat(), false);
}
/**
* @tc.number SUB_GRAPHIC_ANIMATOR_GETINSTANCE_0900
* @tc.name test animator get-instance api
* @tc.desc [C- SOFTWARE -0200]
*/
HWTEST_F(AnimatorTest, Graphic_Animator_Test_GetInstance_0900, Function | MediumTest | Level0)
{
AnimatorManager::GetInstance();
EXPECT_EQ(0, 0);
}
} // namespace OHOS
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册