提交 0da4c68d 编写于 作者: H hekun

add new interface testcase

Signed-off-by: Nhekun <hekun18@huawei.com>
上级 9a8f5bf2
...@@ -14,8 +14,10 @@ ...@@ -14,8 +14,10 @@
*/ */
import windowPromiseTest from './windowPromise.test' import windowPromiseTest from './windowPromise.test'
import windowCallbackTest from './windowCallback.test' import windowCallbackTest from './windowCallback.test'
import windowRefactorInterfaceTest from './windowRefactorInterface.test'
export default function testsuite() { export default function testsuite() {
windowCallbackTest(globalThis.abilityContext,globalThis.windowStage,globalThis.abilityStorage) windowCallbackTest(globalThis.abilityContext,globalThis.windowStage,globalThis.abilityStorage)
windowPromiseTest(globalThis.abilityContext,globalThis.windowStage,globalThis.abilityStorage) windowPromiseTest(globalThis.abilityContext,globalThis.windowStage,globalThis.abilityStorage)
windowRefactorInterfaceTest(globalThis.abilityContext,globalThis.windowStage,globalThis.abilityStorage)
} }
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册