Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
9eda50dc
X
Xts Acts
项目概览
OpenHarmony
/
Xts Acts
1 年多 前同步成功
通知
9
Star
22
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
X
Xts Acts
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
9eda50dc
编写于
7月 18, 2022
作者:
O
openharmony_ci
提交者:
Gitee
7月 18, 2022
浏览文件
操作
浏览文件
下载
差异文件
!4365 add continuation manager xts test
Merge pull request !4365 from zhangmingxiang/0718-1
上级
539debed
a3e5744e
变更
17
隐藏空白更改
内联
并排
Showing
17 changed file
with
566 addition
and
0 deletion
+566
-0
distributedschedule/BUILD.gn
distributedschedule/BUILD.gn
+21
-0
distributedschedule/dmsfwk/BUILD.gn
distributedschedule/dmsfwk/BUILD.gn
+21
-0
distributedschedule/dmsfwk/continuationmanagertest/BUILD.gn
distributedschedule/dmsfwk/continuationmanagertest/BUILD.gn
+31
-0
distributedschedule/dmsfwk/continuationmanagertest/Test.json
distributedschedule/dmsfwk/continuationmanagertest/Test.json
+18
-0
distributedschedule/dmsfwk/continuationmanagertest/entry/src/main/config.json
...dmsfwk/continuationmanagertest/entry/src/main/config.json
+62
-0
distributedschedule/dmsfwk/continuationmanagertest/entry/src/main/js/default/app.js
.../continuationmanagertest/entry/src/main/js/default/app.js
+22
-0
distributedschedule/dmsfwk/continuationmanagertest/entry/src/main/js/default/i18n/en-US.json
...tionmanagertest/entry/src/main/js/default/i18n/en-US.json
+8
-0
distributedschedule/dmsfwk/continuationmanagertest/entry/src/main/js/default/i18n/zh-CN.json
...tionmanagertest/entry/src/main/js/default/i18n/zh-CN.json
+8
-0
distributedschedule/dmsfwk/continuationmanagertest/entry/src/main/js/default/pages/index/index.css
...nagertest/entry/src/main/js/default/pages/index/index.css
+23
-0
distributedschedule/dmsfwk/continuationmanagertest/entry/src/main/js/default/pages/index/index.hml
...nagertest/entry/src/main/js/default/pages/index/index.hml
+20
-0
distributedschedule/dmsfwk/continuationmanagertest/entry/src/main/js/default/pages/index/index.js
...anagertest/entry/src/main/js/default/pages/index/index.js
+36
-0
distributedschedule/dmsfwk/continuationmanagertest/entry/src/main/js/default/test/ContinuationManagerJsunit.test.js
...rc/main/js/default/test/ContinuationManagerJsunit.test.js
+268
-0
distributedschedule/dmsfwk/continuationmanagertest/entry/src/main/js/default/test/List.test.js
...onmanagertest/entry/src/main/js/default/test/List.test.js
+15
-0
distributedschedule/dmsfwk/continuationmanagertest/entry/src/main/resources/base/element/string.json
...gertest/entry/src/main/resources/base/element/string.json
+12
-0
distributedschedule/dmsfwk/continuationmanagertest/entry/src/main/resources/base/media/icon.png
...nmanagertest/entry/src/main/resources/base/media/icon.png
+0
-0
distributedschedule/dmsfwk/continuationmanagertest/signature/openharmony_sx.p7b
...sfwk/continuationmanagertest/signature/openharmony_sx.p7b
+0
-0
test_packages.gni
test_packages.gni
+1
-0
未找到文件。
distributedschedule/BUILD.gn
0 → 100644
浏览文件 @
9eda50dc
# Copyright (c) 2022 Huawei Device Co., Ltd.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
import("//build/ohos_var.gni")
group("distributedschedule") {
testonly = true
if (is_standard_system) {
deps = [ "dmsfwk:dmsfwk" ]
}
}
distributedschedule/dmsfwk/BUILD.gn
0 → 100644
浏览文件 @
9eda50dc
# Copyright (c) 2022 Huawei Device Co., Ltd.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
import("//build/ohos_var.gni")
group("dmsfwk") {
testonly = true
if (is_standard_system) {
deps = [ "continuationmanagertest:continuationmanager_js_test" ]
}
}
distributedschedule/dmsfwk/continuationmanagertest/BUILD.gn
0 → 100644
浏览文件 @
9eda50dc
# Copyright (C) 2022 Huawei Device Co., Ltd.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("continuationmanager_js_test") {
hap_profile = "./entry/src/main/config.json"
deps = [
":continuationmanager_js_assets",
":continuationmanager_resources",
]
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsContinuationManagerJsTest"
}
ohos_js_assets("continuationmanager_js_assets") {
source_dir = "./entry/src/main/js/default"
}
ohos_resources("continuationmanager_resources") {
sources = [ "./entry/src/main/resources" ]
hap_profile = "./entry/src/main/config.json"
}
distributedschedule/dmsfwk/continuationmanagertest/Test.json
0 → 100644
浏览文件 @
9eda50dc
{
"description"
:
"Configuration for hjunit demo Tests"
,
"driver"
:
{
"type"
:
"JSUnitTest"
,
"test-timeout"
:
"1200000"
,
"package"
:
"ohos.acts.distributedschedule.continuationmanager"
,
"shell-timeout"
:
"60000"
},
"kits"
:
[
{
"test-file-name"
:
[
"ActsContinuationManagerJsTest.hap"
],
"type"
:
"AppInstallKit"
,
"cleanup-apps"
:
true
}
]
}
distributedschedule/dmsfwk/continuationmanagertest/entry/src/main/config.json
0 → 100644
浏览文件 @
9eda50dc
{
"app"
:
{
"bundleName"
:
"ohos.acts.distributedschedule.continuationmanager"
,
"vendor"
:
"example"
,
"version"
:
{
"code"
:
1000000
,
"name"
:
"1.0.0"
},
"apiVersion"
:
{
"compatible"
:
4
,
"target"
:
5
}
},
"deviceConfig"
:
{},
"module"
:
{
"package"
:
"ohos.acts.distributedschedule.continuationmanager"
,
"name"
:
".MyApplication"
,
"mainAbility"
:
"ohos.acts.distributedschedule.continuationmanager.MainAbility"
,
"deviceType"
:
[
"phone"
],
"distro"
:
{
"deliveryWithInstall"
:
true
,
"moduleName"
:
"entry"
,
"moduleType"
:
"entry"
,
"installationFree"
:
false
},
"abilities"
:
[
{
"visible"
:
true
,
"skills"
:
[
{
"entities"
:
[
"entity.system.home"
],
"actions"
:
[
"action.system.home"
]
}
],
"name"
:
"ohos.acts.distributedschedule.continuationmanager.MainAbility"
,
"icon"
:
"$media:icon"
,
"description"
:
"$string:mainability_description"
,
"label"
:
"$string:app_name"
,
"type"
:
"page"
,
"launchType"
:
"standard"
}
],
"js"
:
[
{
"pages"
:
[
"pages/index/index"
],
"name"
:
"default"
,
"window"
:
{
"designWidth"
:
720
,
"autoDesignWidth"
:
true
}
}
]
}
}
\ No newline at end of file
distributedschedule/dmsfwk/continuationmanagertest/entry/src/main/js/default/app.js
0 → 100644
浏览文件 @
9eda50dc
/*
* Copyright (c) 2022 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
export
default
{
onCreate
()
{
console
.
info
(
'
TestApplication onCreate
'
);
},
onDestroy
()
{
console
.
info
(
'
TestApplication onDestroy
'
);
}
};
distributedschedule/dmsfwk/continuationmanagertest/entry/src/main/js/default/i18n/en-US.json
0 → 100644
浏览文件 @
9eda50dc
{
"strings"
:
{
"hello"
:
"Hello"
,
"world"
:
"World"
},
"Files"
:
{
}
}
\ No newline at end of file
distributedschedule/dmsfwk/continuationmanagertest/entry/src/main/js/default/i18n/zh-CN.json
0 → 100644
浏览文件 @
9eda50dc
{
"strings"
:
{
"hello"
:
"您好"
,
"world"
:
"世界"
},
"Files"
:
{
}
}
\ No newline at end of file
distributedschedule/dmsfwk/continuationmanagertest/entry/src/main/js/default/pages/index/index.css
0 → 100644
浏览文件 @
9eda50dc
/*
* Copyright (c) 2022 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
.container
{
flex-direction
:
column
;
justify-content
:
center
;
align-items
:
center
;
}
.title
{
font-size
:
100px
;
}
distributedschedule/dmsfwk/continuationmanagertest/entry/src/main/js/default/pages/index/index.hml
0 → 100644
浏览文件 @
9eda50dc
/*
* Copyright (c) 2022 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
<div class="container">
<text class="title">
{{ $t('strings.hello') }} {{title}}
</text>
</div>
distributedschedule/dmsfwk/continuationmanagertest/entry/src/main/js/default/pages/index/index.js
0 → 100644
浏览文件 @
9eda50dc
/*
* Copyright (c) 2022 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import
{
Core
}
from
'
deccjsunit/index
'
const
injectRef
=
Object
.
getPrototypeOf
(
global
)
||
global
injectRef
.
regeneratorRuntime
=
require
(
'
@babel/runtime/regenerator
'
)
export
default
{
data
:
{
title
:
''
},
onInit
()
{
this
.
title
=
this
.
$t
(
'
strings.world
'
);
},
onShow
()
{
console
.
info
(
'
onShow finish
'
)
const
core
=
Core
.
getInstance
()
core
.
init
()
require
(
'
../../test/List.test
'
)
core
.
execute
()
},
onReady
()
{
},
}
\ No newline at end of file
distributedschedule/dmsfwk/continuationmanagertest/entry/src/main/js/default/test/ContinuationManagerJsunit.test.js
0 → 100644
浏览文件 @
9eda50dc
/*
* Copyright (c) 2022 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import
{
describe
,
beforeAll
,
beforeEach
,
afterEach
,
afterAll
,
it
,
expect
}
from
'
deccjsunit/index
'
import
continuationManager
from
'
@ohos.continuation.continuationManager
'
;
const
TEST_DEVICE_ID
=
"
test_deviceId
"
;
const
TEST_CONNECT_STATUS
=
continuationManager
.
DeviceConnectState
.
CONNECTED
;
let
token
=
-
1
;
describe
(
'
ContinuationManagerTest
'
,
function
()
{
beforeAll
(
async
function
(
done
)
{
console
.
info
(
'
beforeAll
'
);
done
();
})
afterAll
(
async
function
(
done
)
{
console
.
info
(
'
afterAll
'
);
done
();
})
beforeEach
(
async
function
(
done
)
{
console
.
info
(
'
beforeEach
'
);
await
continuationManager
.
register
(
function
(
err
,
data
)
{
token
=
data
;
console
.
info
(
'
beforeEach register success
'
);
done
();
});
console
.
info
(
'
beforeEach end
'
);
})
afterEach
(
async
function
(
done
)
{
console
.
info
(
'
afterEach
'
);
await
continuationManager
.
unregister
(
token
,
function
(
err
,
data
)
{
console
.
info
(
'
afterEach unregister success
'
);
done
();
});
console
.
info
(
'
afterEach end
'
);
})
/**
* @tc.number SUB_DISTRIBUTEDSCHEDULE_CONTINUATIONMANAGER_REGISTER_0100
* @tc.name [JS-API8]ContinuationManager.register().
* @tc.desc Test Js Api ContinuationManager.register() testcase 001
*/
it
(
'
testRegister001
'
,
0
,
async
function
(
done
)
{
try
{
continuationManager
.
register
(
function
(
err
,
data
)
{
expect
(
err
.
code
==
0
).
assertTrue
();
expect
(
data
-
token
==
1
).
assertTrue
();
done
();
});
}
catch
(
e
)
{
console
.
info
(
"
testRegister001
"
+
e
);
expect
(
null
).
assertFail
();
done
();
}
})
/**
* @tc.number SUB_DISTRIBUTEDSCHEDULE_CONTINUATIONMANAGER_UNREGISTER_0100
* @tc.name [JS-API8]ContinuationManager.unregister().
* @tc.desc Test Js Api ContinuationManager.unregister() testcase 001
*/
it
(
'
testUnregister001
'
,
0
,
async
function
(
done
)
{
try
{
continuationManager
.
unregister
(
token
,
function
(
err
,
data
)
{
expect
(
err
.
code
==
0
).
assertTrue
();
expect
(
data
==
undefined
).
assertTrue
();
})
done
();
}
catch
(
e
)
{
console
.
info
(
"
testUnregister001
"
+
e
);
expect
(
null
).
assertFail
();
done
();
}
})
/**
* @tc.number SUB_DISTRIBUTEDSCHEDULE_CONTINUATIONMANAGER_ON_0100
* @tc.name [JS-API8]ContinuationManager.on().
* @tc.desc Test Js Api ContinuationManager.on() testcase 001
*/
it
(
'
testOn001
'
,
0
,
async
function
(
done
)
{
try
{
continuationManager
.
on
(
"
deviceConnect
"
,
function
(
data
)
{
expect
(
data
==
undefined
).
assertTrue
();
});
done
();
}
catch
(
e
)
{
console
.
info
(
"
testOn001
"
+
e
);
expect
(
null
).
assertFail
();
done
();
}
})
/**
* @tc.number SUB_DISTRIBUTEDSCHEDULE_CONTINUATIONMANAGER_ON_0200
* @tc.name [JS-API8]ContinuationManager.on().
* @tc.desc Test Js Api ContinuationManager.on() testcase 002
*/
it
(
'
testOn002
'
,
0
,
async
function
(
done
)
{
try
{
continuationManager
.
on
(
"
deviceDisconnect
"
,
function
(
data
)
{
expect
(
data
==
undefined
).
assertTrue
();
});
done
();
}
catch
(
e
)
{
console
.
info
(
"
testOn002
"
+
e
);
expect
(
null
).
assertFail
();
done
();
}
})
/**
* @tc.number SUB_DISTRIBUTEDSCHEDULE_CONTINUATIONMANAGER_ON_0300
* @tc.name [JS-API9]ContinuationManager.on().
* @tc.desc Test Js Api ContinuationManager.on() testcase 003
*/
it
(
'
testOn003
'
,
0
,
async
function
(
done
)
{
try
{
continuationManager
.
on
(
"
deviceConnect
"
,
token
,
function
(
data
)
{
expect
(
data
==
undefined
).
assertTrue
();
})
done
();
}
catch
(
e
)
{
console
.
info
(
"
testOn003
"
+
e
);
expect
(
null
).
assertFail
();
done
();
}
})
/**
* @tc.number SUB_DISTRIBUTEDSCHEDULE_CONTINUATIONMANAGER_ON_0400
* @tc.name [JS-API9]ContinuationManager.on().
* @tc.desc Test Js Api ContinuationManager.on() testcase 004
*/
it
(
'
testOn004
'
,
0
,
async
function
(
done
)
{
try
{
continuationManager
.
on
(
"
deviceDisconnect
"
,
token
,
function
(
data
)
{
expect
(
data
==
undefined
).
assertTrue
();
});
done
();
}
catch
(
e
)
{
console
.
info
(
"
testOn004
"
+
e
);
expect
(
null
).
assertFail
();
done
();
}
})
/**
* @tc.number SUB_DISTRIBUTEDSCHEDULE_CONTINUATIONMANAGER_OFF_0100
* @tc.name [JS-API8]ContinuationManager.off().
* @tc.desc Test Js Api ContinuationManager.off() testcase 001
*/
it
(
'
testOff001
'
,
0
,
async
function
(
done
)
{
try
{
continuationManager
.
off
(
"
deviceConnect
"
,
function
(
data
)
{
expect
(
data
==
undefined
).
assertTrue
();
});
done
();
}
catch
(
e
)
{
console
.
info
(
"
testOff001
"
+
e
);
expect
(
null
).
assertFail
();
done
();
}
})
/**
* @tc.number SUB_DISTRIBUTEDSCHEDULE_CONTINUATIONMANAGER_OFF_0200
* @tc.name [JS-API8]ContinuationManager.off().
* @tc.desc Test Js Api ContinuationManager.off() testcase 002
*/
it
(
'
testOff002
'
,
0
,
async
function
(
done
)
{
try
{
continuationManager
.
off
(
"
deviceDisconnect
"
,
function
(
data
)
{
expect
(
data
==
undefined
).
assertTrue
();
});
done
();
}
catch
(
e
)
{
console
.
info
(
"
testOff002
"
+
e
);
expect
(
null
).
assertFail
();
done
();
}
})
/**
* @tc.number SUB_DISTRIBUTEDSCHEDULE_CONTINUATIONMANAGER_OFF_0300
* @tc.name [JS-API9]ContinuationManager.off().
* @tc.desc Test Js Api ContinuationManager.off() testcase 003
*/
it
(
'
testOff003
'
,
0
,
async
function
(
done
)
{
try
{
continuationManager
.
off
(
"
deviceConnect
"
,
token
);
done
();
}
catch
(
e
)
{
console
.
info
(
"
testOff003
"
+
e
);
expect
(
null
).
assertFail
();
done
();
}
})
/**
* @tc.number SUB_DISTRIBUTEDSCHEDULE_CONTINUATIONMANAGER_OFF_0400
* @tc.name [JS-API9]ContinuationManager.off().
* @tc.desc Test Js Api ContinuationManager.off() testcase 004
*/
it
(
'
testOff004
'
,
0
,
async
function
(
done
)
{
try
{
continuationManager
.
off
(
"
deviceDisconnect
"
,
token
);
done
();
}
catch
(
e
)
{
console
.
info
(
"
testOff004
"
+
e
);
expect
(
null
).
assertFail
();
done
();
}
})
/**
* @tc.number SUB_DISTRIBUTEDSCHEDULE_CONTINUATIONMANAGER_STARTDEVICEMANAGER_0100
* @tc.name [JS-API8]ContinuationManager.startDeviceManager().
* @tc.desc Test Js Api ContinuationManager.startDeviceManager() testcase 001
*/
it
(
'
testStartDeviceManager001
'
,
0
,
async
function
(
done
)
{
try
{
continuationManager
.
startDeviceManager
(
token
,
function
(
err
,
data
)
{
expect
(
err
.
code
!=
0
).
assertTrue
();
expect
(
data
==
undefined
).
assertTrue
();
});
done
();
}
catch
(
e
)
{
console
.
info
(
"
testStartDeviceManager001
"
+
e
);
expect
(
null
).
assertFail
();
done
();
}
})
/**
* @tc.number SUB_DISTRIBUTEDSCHEDULE_CONTINUATIONMANAGER_UPDATECONNECTSTATUS_0100
* @tc.name [JS-API8]ContinuationManager.updateConnectStatus().
* @tc.desc Test Js Api ContinuationManager.updateConnectStatus() testcase 001
*/
it
(
'
testUpdateConnectStatus001
'
,
0
,
async
function
(
done
)
{
try
{
continuationManager
.
updateConnectStatus
(
token
,
TEST_DEVICE_ID
,
TEST_CONNECT_STATUS
,
function
(
err
,
data
)
{
expect
(
err
.
code
!=
0
).
assertTrue
();
expect
(
data
==
undefined
).
assertTrue
();
});
done
();
}
catch
(
e
)
{
console
.
info
(
"
testUpdateConnectStatus001
"
+
e
);
expect
(
null
).
assertFail
();
done
();
}
})
})
\ No newline at end of file
distributedschedule/dmsfwk/continuationmanagertest/entry/src/main/js/default/test/List.test.js
0 → 100644
浏览文件 @
9eda50dc
/*
* Copyright (c) 2022 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
require
(
'
./ContinuationManagerJsunit.test.js
'
)
\ No newline at end of file
distributedschedule/dmsfwk/continuationmanagertest/entry/src/main/resources/base/element/string.json
0 → 100644
浏览文件 @
9eda50dc
{
"string"
:
[
{
"name"
:
"app_name"
,
"value"
:
"ContinuationManagerJsTest"
},
{
"name"
:
"mainability_description"
,
"value"
:
"hap sample empty page"
}
]
}
distributedschedule/dmsfwk/continuationmanagertest/entry/src/main/resources/base/media/icon.png
0 → 100644
浏览文件 @
9eda50dc
6.6 KB
distributedschedule/dmsfwk/continuationmanagertest/signature/openharmony_sx.p7b
0 → 100644
浏览文件 @
9eda50dc
文件已添加
test_packages.gni
浏览文件 @
9eda50dc
...
...
@@ -42,6 +42,7 @@ _all_test_packages = [
"${ACTS_ROOT}/settingsdata:settingsdata",
"${ACTS_ROOT}/barrierfree:barrierfree",
"${ACTS_ROOT}/customization:customization",
"${ACTS_ROOT}/distributedschedule:distributedschedule",
]
_all_test_packages_ivi = [
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录