提交 f3e837b1 编写于 作者: C chengxingzhen

xts-删除onShow,相关用例适配

Signed-off-by: Nchengxingzhen <chengxingzhen@huawei.com>
上级 f3879e7f
...@@ -20,10 +20,10 @@ import testsuite from '../test/List.test' ...@@ -20,10 +20,10 @@ import testsuite from '../test/List.test'
export default { export default {
onCreate() { onCreate() {
console.info('AceApplication onCreate'); console.info('AceApplication onCreate');
let abilityDelegator = AbilityDelegatorRegistry.getAbilityDelegator() let abilityDelegator = AbilityDelegatorRegistry.getAbilityDelegator();
let abilityDelegatorArguments = AbilityDelegatorRegistry.getArguments() let abilityDelegatorArguments = AbilityDelegatorRegistry.getArguments();
console.info('start run testcase!!!') console.info('start run testcase!!!');
Hypium.hypiumTest(abilityDelegator, abilityDelegatorArguments, testsuite) Hypium.hypiumTest(abilityDelegator, abilityDelegatorArguments, testsuite);
}, },
onDestroy() { onDestroy() {
console.info('AceApplication onDestroy'); console.info('AceApplication onDestroy');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册