Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
6eb02bdc
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看板
提交
6eb02bdc
编写于
8月 24, 2022
作者:
H
hk_js
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
sumit the graphic js interface testcase
Signed-off-by:
N
hk_js
<
hekun18@huawei.com
>
上级
3340388b
变更
19
隐藏空白更改
内联
并排
Showing
19 changed file
with
679 addition
and
0 deletion
+679
-0
graphic/BUILD.gn
graphic/BUILD.gn
+1
-0
graphic/graphicColorSpace/AppScope/app.json
graphic/graphicColorSpace/AppScope/app.json
+21
-0
graphic/graphicColorSpace/AppScope/resources/base/element/string.json
...hicColorSpace/AppScope/resources/base/element/string.json
+8
-0
graphic/graphicColorSpace/AppScope/resources/base/media/app_icon.png
...phicColorSpace/AppScope/resources/base/media/app_icon.png
+0
-0
graphic/graphicColorSpace/BUILD.gn
graphic/graphicColorSpace/BUILD.gn
+41
-0
graphic/graphicColorSpace/Test.json
graphic/graphicColorSpace/Test.json
+18
-0
graphic/graphicColorSpace/entry/src/main/ets/Application/AbilityStage.ts
...ColorSpace/entry/src/main/ets/Application/AbilityStage.ts
+9
-0
graphic/graphicColorSpace/entry/src/main/ets/MainAbility/MainAbility.ts
...cColorSpace/entry/src/main/ets/MainAbility/MainAbility.ts
+37
-0
graphic/graphicColorSpace/entry/src/main/ets/MainAbility/pages/index/index.ets
...pace/entry/src/main/ets/MainAbility/pages/index/index.ets
+56
-0
graphic/graphicColorSpace/entry/src/main/ets/TestAbility/TestAbility.ts
...cColorSpace/entry/src/main/ets/TestAbility/TestAbility.ts
+50
-0
graphic/graphicColorSpace/entry/src/main/ets/TestAbility/pages/index.ets
...ColorSpace/entry/src/main/ets/TestAbility/pages/index.ets
+48
-0
graphic/graphicColorSpace/entry/src/main/ets/TestRunner/OpenHarmonyTestRunner.ts
...ce/entry/src/main/ets/TestRunner/OpenHarmonyTestRunner.ts
+78
-0
graphic/graphicColorSpace/entry/src/main/ets/test/List.test.ets
...c/graphicColorSpace/entry/src/main/ets/test/List.test.ets
+19
-0
graphic/graphicColorSpace/entry/src/main/ets/test/colorSpaceManager.test.ets
...rSpace/entry/src/main/ets/test/colorSpaceManager.test.ets
+222
-0
graphic/graphicColorSpace/entry/src/main/module.json
graphic/graphicColorSpace/entry/src/main/module.json
+34
-0
graphic/graphicColorSpace/entry/src/main/resources/base/element/string.json
...orSpace/entry/src/main/resources/base/element/string.json
+32
-0
graphic/graphicColorSpace/entry/src/main/resources/base/media/icon.png
...icColorSpace/entry/src/main/resources/base/media/icon.png
+0
-0
graphic/graphicColorSpace/entry/src/main/resources/base/profile/main_pages.json
...ace/entry/src/main/resources/base/profile/main_pages.json
+5
-0
graphic/graphicColorSpace/signature/openharmony_sx.p7b
graphic/graphicColorSpace/signature/openharmony_sx.p7b
+0
-0
未找到文件。
graphic/BUILD.gn
浏览文件 @
6eb02bdc
...
...
@@ -17,6 +17,7 @@ group("graphic") {
if (is_standard_system) {
deps = [
"effectKit:EffectKitTest",
"graphicColorSpace:ActsColorSpaceManagerTest",
"graphicnapidrawingtest:ActsGraphicNapiDrawingTest",
"webGL:webGL_hap_test",
"windowStage:ActsWindowStageTest",
...
...
graphic/graphicColorSpace/AppScope/app.json
0 → 100644
浏览文件 @
6eb02bdc
{
"app"
:
{
"bundleName"
:
"com.example.myapplication"
,
"vendor"
:
"huawei"
,
"versionCode"
:
1000000
,
"versionName"
:
"1.0.0"
,
"debug"
:
false
,
"icon"
:
"$media:icon"
,
"label"
:
"$string:app_name"
,
"description"
:
"$string:description_application"
,
"distributedNotificationEnabled"
:
true
,
"keepAlive"
:
true
,
"singleUser"
:
true
,
"minAPIVersion"
:
9
,
"targetAPIVersion"
:
9
,
"car"
:
{
"apiCompatibleVersion"
:
9
,
"singleUser"
:
false
}
}
}
\ No newline at end of file
graphic/graphicColorSpace/AppScope/resources/base/element/string.json
0 → 100644
浏览文件 @
6eb02bdc
{
"string"
:[
{
"name"
:
"app_name"
,
"value"
:
"ohosProject"
}
]
}
\ No newline at end of file
graphic/graphicColorSpace/AppScope/resources/base/media/app_icon.png
0 → 100644
浏览文件 @
6eb02bdc
15.1 KB
graphic/graphicColorSpace/BUILD.gn
0 → 100644
浏览文件 @
6eb02bdc
# Copyright (c) 2021 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("ActsColorSpaceManagerTest") {
hap_profile = "entry/src/main/module.json"
js_build_mode = "debug"
deps = [
":graphicColorSpace_js_assets",
":graphicColorSpace_resources",
]
ets2abc = true
certificate_profile = "signature/openharmony_sx.p7b"
hap_name = "ActsColorSpaceManagerTest"
}
ohos_app_scope("graphicColorSpace_app_profile") {
app_profile = "AppScope/app.json"
sources = [ "AppScope/resources" ]
}
ohos_js_assets("graphicColorSpace_js_assets") {
source_dir = "entry/src/main/ets"
}
ohos_resources("graphicColorSpace_resources") {
sources = [ "entry/src/main/resources" ]
deps = [ ":graphicColorSpace_app_profile" ]
hap_profile = "entry/src/main/module.json"
}
graphic/graphicColorSpace/Test.json
0 → 100644
浏览文件 @
6eb02bdc
{
"description"
:
"Configuration for hjunit demo Tests"
,
"driver"
:
{
"type"
:
"OHJSUnitTest"
,
"test-timeout"
:
"180000"
,
"bundle-name"
:
"com.example.myapplication"
,
"module-name"
:
"phone"
,
"shell-timeout"
:
"600000"
,
"testcase-timeout"
:
70000
},
"kits"
:
[{
"test-file-name"
:
[
"ActsColorSpaceManagerTest.hap"
],
"type"
:
"AppInstallKit"
,
"cleanup-apps"
:
true
}]
}
\ No newline at end of file
graphic/graphicColorSpace/entry/src/main/ets/Application/AbilityStage.ts
0 → 100644
浏览文件 @
6eb02bdc
import
AbilityStage
from
"
@ohos.application.AbilityStage
"
export
default
class
MyAbilityStage
extends
AbilityStage
{
onCreate
()
{
console
.
log
(
"
[Demo] MyAbilityStage onCreate
"
)
globalThis
.
stageOnCreateRun
=
1
;
globalThis
.
stageContext
=
this
.
context
;
}
}
graphic/graphicColorSpace/entry/src/main/ets/MainAbility/MainAbility.ts
0 → 100644
浏览文件 @
6eb02bdc
import
Ability
from
'
@ohos.application.Ability
'
export
default
class
MainAbility
extends
Ability
{
onCreate
(
want
,
launchParam
){
// Ability is creating, initialize resources for this ability
console
.
log
(
"
[Demo] MainAbility onCreate
"
)
globalThis
.
abilityWant
=
want
;
}
onDestroy
()
{
// Ability is destroying, release resources for this ability
console
.
log
(
"
[Demo] MainAbility onDestroy
"
)
}
onWindowStageCreate
(
windowStage
)
{
// Main window is created, set main page for this ability
console
.
log
(
"
[Demo] MainAbility onWindowStageCreate windowStage=
"
+
windowStage
)
globalThis
.
windowStage
=
windowStage
globalThis
.
abilityContext
=
this
.
context
windowStage
.
setUIContent
(
this
.
context
,
"
MainAbility/pages/index/index
"
,
null
)
}
onWindowStageDestroy
()
{
//Main window is destroyed, release UI related resources
console
.
log
(
"
[Demo] MainAbility onWindowStageDestroy
"
)
}
onForeground
()
{
// Ability has brought to foreground
console
.
log
(
"
[Demo] MainAbility onForeground
"
)
}
onBackground
()
{
// Ability has back to background
console
.
log
(
"
[Demo] MainAbility onBackground
"
)
}
};
\ No newline at end of file
graphic/graphicColorSpace/entry/src/main/ets/MainAbility/pages/index/index.ets
0 → 100644
浏览文件 @
6eb02bdc
/*
* Copyright (c) 2021 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 router from '@ohos.router';
import AbilityDelegatorRegistry from '@ohos.application.abilityDelegatorRegistry'
import { Hypium } from '@ohos/hypium'
import testsuite from '../../../test/List.test'
@Entry
@Component
struct Index {
aboutToAppear(){
console.info("start run testcase!!!!")
var abilityDelegator: any
abilityDelegator = AbilityDelegatorRegistry.getAbilityDelegator()
var abilityDelegatorArguments: any
abilityDelegatorArguments = AbilityDelegatorRegistry.getArguments()
console.info('start run testcase!!!')
Hypium.hypiumTest(abilityDelegator, abilityDelegatorArguments, testsuite)
}
build() {
Flex({ direction:FlexDirection.Column, alignItems:ItemAlign.Center, justifyContent: FlexAlign.Center }) {
Text('Hello World')
.fontSize(50)
.fontWeight(FontWeight.Bold)
Button() {
Text('next page')
.fontSize(25)
.fontWeight(FontWeight.Bold)
}.type(ButtonType.Capsule)
.margin({
top: 20
})
.backgroundColor('#0D9FFB')
.onClick(() => {
})
}
.width('100%')
.height('100%')
}
}
\ No newline at end of file
graphic/graphicColorSpace/entry/src/main/ets/TestAbility/TestAbility.ts
0 → 100644
浏览文件 @
6eb02bdc
/*
* 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
Ability
from
'
@ohos.application.Ability
'
export
default
class
TestAbility
extends
Ability
{
onCreate
(
want
,
launchParam
)
{
console
.
log
(
'
TestAbility onCreate
'
)
}
onDestroy
()
{
console
.
log
(
'
TestAbility onDestroy
'
)
}
onWindowStageCreate
(
windowStage
)
{
console
.
log
(
'
TestAbility onWindowStageCreate
'
)
windowStage
.
loadContent
(
"
TestAbility/pages/index
"
,
(
err
,
data
)
=>
{
if
(
err
.
code
)
{
console
.
error
(
'
Failed to load the content. Cause:
'
+
JSON
.
stringify
(
err
));
return
;
}
console
.
info
(
'
Succeeded in loading the content. Data:
'
+
JSON
.
stringify
(
data
))
});
globalThis
.
abilityContext
=
this
.
context
;
}
onWindowStageDestroy
()
{
console
.
log
(
'
TestAbility onWindowStageDestroy
'
)
}
onForeground
()
{
console
.
log
(
'
TestAbility onForeground
'
)
}
onBackground
()
{
console
.
log
(
'
TestAbility onBackground
'
)
}
};
\ No newline at end of file
graphic/graphicColorSpace/entry/src/main/ets/TestAbility/pages/index.ets
0 → 100644
浏览文件 @
6eb02bdc
/*
* 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 router from '@ohos.router';
@Entry
@Component
struct Index {
aboutToAppear() {
console.info('TestAbility index aboutToAppear')
}
@State message: string = 'Hello World'
build() {
Row() {
Column() {
Text(this.message)
.fontSize(50)
.fontWeight(FontWeight.Bold)
Button() {
Text('next page')
.fontSize(20)
.fontWeight(FontWeight.Bold)
}.type(ButtonType.Capsule)
.margin({
top: 20
})
.backgroundColor('#0D9FFB')
.width('35%')
.height('5%')
.onClick(()=>{
})
}
.width('100%')
}
.height('100%')
}
}
\ No newline at end of file
graphic/graphicColorSpace/entry/src/main/ets/TestRunner/OpenHarmonyTestRunner.ts
0 → 100644
浏览文件 @
6eb02bdc
/*
* 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
TestRunner
from
'
@ohos.application.testRunner
'
import
AbilityDelegatorRegistry
from
'
@ohos.application.abilityDelegatorRegistry
'
var
abilityDelegator
=
undefined
var
abilityDelegatorArguments
=
undefined
function
translateParamsToString
(
parameters
)
{
const
keySet
=
new
Set
([
'
-s class
'
,
'
-s notClass
'
,
'
-s suite
'
,
'
-s it
'
,
'
-s level
'
,
'
-s testType
'
,
'
-s size
'
,
'
-s timeout
'
,
'
-s dryRun
'
])
let
targetParams
=
''
;
for
(
const
key
in
parameters
)
{
if
(
keySet
.
has
(
key
))
{
targetParams
=
`
${
targetParams
}
${
key
}
${
parameters
[
key
]}
`
}
}
return
targetParams
.
trim
()
}
async
function
onAbilityCreateCallback
()
{
console
.
log
(
"
onAbilityCreateCallback
"
);
}
async
function
addAbilityMonitorCallback
(
err
:
any
)
{
console
.
info
(
"
addAbilityMonitorCallback :
"
+
JSON
.
stringify
(
err
))
}
export
default
class
OpenHarmonyTestRunner
implements
TestRunner
{
constructor
()
{
}
onPrepare
()
{
console
.
info
(
"
OpenHarmonyTestRunner OnPrepare
"
)
}
async
onRun
()
{
console
.
log
(
'
OpenHarmonyTestRunner onRun run
'
)
abilityDelegatorArguments
=
AbilityDelegatorRegistry
.
getArguments
()
abilityDelegator
=
AbilityDelegatorRegistry
.
getAbilityDelegator
()
var
testAbilityName
=
abilityDelegatorArguments
.
bundleName
+
'
.MainAbility
'
let
lMonitor
=
{
abilityName
:
testAbilityName
,
onAbilityCreate
:
onAbilityCreateCallback
,
};
abilityDelegator
.
addAbilityMonitor
(
lMonitor
,
addAbilityMonitorCallback
)
var
cmd
=
'
aa start -d 0 -a com.example.myapplication.MainAbility
'
+
'
-b
'
+
abilityDelegatorArguments
.
bundleName
cmd
+=
'
'
+
translateParamsToString
(
abilityDelegatorArguments
.
parameters
)
var
debug
=
abilityDelegatorArguments
.
parameters
[
"
-D
"
]
if
(
debug
==
'
true
'
)
{
cmd
+=
'
-D
'
}
console
.
info
(
'
cmd :
'
+
cmd
)
abilityDelegator
.
executeShellCommand
(
cmd
,
(
err
:
any
,
d
:
any
)
=>
{
console
.
info
(
'
executeShellCommand : err :
'
+
JSON
.
stringify
(
err
));
console
.
info
(
'
executeShellCommand : data :
'
+
d
.
stdResult
);
console
.
info
(
'
executeShellCommand : data :
'
+
d
.
exitCode
);
})
console
.
info
(
'
OpenHarmonyTestRunner onRun end
'
)
}
};
\ No newline at end of file
graphic/graphicColorSpace/entry/src/main/ets/test/List.test.ets
0 → 100644
浏览文件 @
6eb02bdc
/*
* Copyright (c) 2021 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 colorSpaceManagerTest from './colorSpaceManager.test'
export default function testsuite(context, windowStage, abilityStorage) {
colorSpaceManagerTest(context, windowStage, abilityStorage)
}
graphic/graphicColorSpace/entry/src/main/ets/test/colorSpaceManager.test.ets
0 → 100644
浏览文件 @
6eb02bdc
/*
* 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.
*/
// @ts-nocheck
import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect } from "deccjsunit/index"
import colorSpaceManager from '@ohos.graphics.colorSpaceManager';
export default function colorSpaceManagerTest(context, windowStage, abilityStorage) {
describe('colorSpaceManagerTest', function () {
console.info('describe colorSpaceManagerTest start!!!');
beforeAll(function () {
console.info('before all');
})
beforeEach(function () {
console.info('before each');
})
afterEach(async function (done) {
console.info('afterEach');
done();
})
afterAll(function () {
console.info('afterAll');
})
/**
* @tc.number SUB_GRAPHIC_ENUMCOLORSPACE_JSAPI_001
* @tc.name Test enumcolorspace_Test_001
* @tc.desc test the value of enum color space
*/
it('SUB_GRAPHIC_ENUMCOLORSPACE_JSAPI_001', 0, async function (done) {
console.info('test the enum value of ColorSpace Manager begin');
try {
expect(0).assertEqual(colorSpaceManager.ColorSpace.UNKNOWN);
expect(1).assertEqual(colorSpaceManager.ColorSpace.ADOBE_RGB_1998);
expect(2).assertEqual(colorSpaceManager.ColorSpace.DCI_P3);
expect(3).assertEqual(colorSpaceManager.ColorSpace.DISPLAY_P3);
expect(4).assertEqual(colorSpaceManager.ColorSpace.SRGB);
expect(5).assertEqual(colorSpaceManager.ColorSpace.CUSTOM);
done();
} catch (err) {
console.info('test enum value of ColorSpace Manager error ' + JSON.stringify(err));
expect.assertFail();
done();
}
})
/**
* @tc.number SUB_GRAPHIC_CREATE_JSAPI_002
* @tc.name Test createcolorspacemanager_Test_002
* @tc.desc test the interface of create
*/
it('SUB_GRAPHIC_CREATE_JSAPI_002', 0, async function (done) {
console.info('test createcolorspacemanager begin');
try {
var csManager = colorSpaceManager.create(colorSpaceManager.ColorSpace.ADOBE_RGB_1998);
expect(csManager!= null).assertTrue();
var colorSpaceName = csManager.getColorSpaceName();
console.info("the name is " + colorSpaceName);
expect(colorSpaceName).assertEqual(colorSpaceManager.ColorSpace.ADOBE_RGB_1998);
done();
} catch (err) {
console.log('test enum value of ColorSpace Manager error ' + JSON.stringify(err));
expect.assertFail();
done();
}
})
/**
* @tc.number SUB_GRAPHIC_CREATE_JSAPI_003
* @tc.name Test createcolorspacemanager_Test_003
* @tc.desc test the interface of create
*/
it('SUB_GRAPHIC_CREATE_JSAPI_003', 0, async function (done) {
console.info('test createcolorspacemanager begin');
try {
var csManager = colorSpaceManager.create(colorSpaceManager.ColorSpace.UNKNOWN);
expect(csManager!= null).assertTrue();
var colorSpaceName = csManager.getColorSpaceName();
console.info("the name is " + colorSpaceName);
expect(colorSpaceName).assertEqual(colorSpaceManager.ColorSpace.UNKNOWN);
done();
} catch (err) {
console.log('test enum value of ColorSpace Manager error ' + JSON.stringify(err));
expect.assertFail();
done();
}
})
/**
* @tc.number SUB_GRAPHIC_CREATE_JSAPI_004
* @tc.name Test createcolorspacemanager_Test_004
* @tc.desc test the interface of create
*/
it('SUB_GRAPHIC_CREATE_JSAPI_004', 0, async function (done) {
console.info('test createcolorspacemanager begin');
try {
var csManager = colorSpaceManager.create(colorSpaceManager.ColorSpace.DCI_P3);
expect(csManager!= null).assertTrue();
var colorSpaceName = csManager.getColorSpaceName();
console.info("the name is " + colorSpaceName);
expect(colorSpaceName).assertEqual(colorSpaceManager.ColorSpace.DCI_P3);
done();
} catch (err) {
console.log('test enum value of ColorSpace Manager error ' + JSON.stringify(err));
expect.assertFail();
done();
}
})
/**
* @tc.number SUB_GRAPHIC_CREATE_JSAPI_005
* @tc.name Test createcolorspacemanager_Test_005
* @tc.desc test the interface of create
*/
it('SUB_GRAPHIC_CREATE_JSAPI_005', 0, async function (done) {
console.info('test createcolorspacemanager begin');
try {
var csManager = colorSpaceManager.create(colorSpaceManager.ColorSpace.DISPLAY_P3);
expect(csManager!= null).assertTrue();
var colorSpaceName = csManager.getColorSpaceName();
console.info("the name is " + colorSpaceName);
expect(colorSpaceName).assertEqual(colorSpaceManager.ColorSpace.DISPLAY_P3);
done();
} catch (err) {
console.log('test enum value of ColorSpace Manager error ' + JSON.stringify(err));
expect.assertFail();
done();
}
})
/**
* @tc.number SUB_GRAPHIC_CREATE_JSAPI_006
* @tc.name Test createcolorspacemanager_Test_006
* @tc.desc test the interface of create
*/
it('SUB_GRAPHIC_CREATE_JSAPI_006', 0, async function (done) {
console.info('test createcolorspacemanager begin');
try {
var csManager = colorSpaceManager.create(colorSpaceManager.ColorSpace.SRGB);
expect(csManager!= null).assertTrue();
var colorSpaceName = csManager.getColorSpaceName();
console.info("the name is " + colorSpaceName);
expect(colorSpaceName).assertEqual(colorSpaceManager.ColorSpace.SRGB);
done();
} catch (err) {
console.log('test enum value of ColorSpace Manager error ' + JSON.stringify(err));
expect.assertFail();
done();
}
})
/**
* @tc.number SUB_GRAPHIC_CREATE_JSAPI_007
* @tc.name Test createcolorspacemanager_Test_007
* @tc.desc test the interface of create colorSpaceManager.ColorSpace.CUSTOM invalid
*/
it('SUB_GRAPHIC_CREATE_JSAPI_007', 0, async function (done) {
console.info('test createcolorspacemanager begin');
try {
var csManager = colorSpaceManager.create(colorSpaceManager.ColorSpace.CUSTOM);
expect(csManager != null).assertTrue();
var colorSpaceName = csManager.getColorSpaceName();
console.info("the name is " + colorSpaceName);
expect(colorSpaceName).assertEqual(colorSpaceManager.ColorSpace.UNKNOWN);
done();
} catch (err) {
console.log('test enum value of ColorSpace Manager error ' + JSON.stringify(err));
expect.assertFail();
done();
}
})
/**
* @tc.number SUB_GRAPHIC_CREATE_JSAPI_008
* @tc.name Test createcolorspacemanager_Test_008
* @tc.desc test the interface of create
*/
it('SUB_GRAPHIC_CREATE_JSAPI_008', 0, async function (done) {
console.info('test createcolorspacemanager08 begin');
try {
let primaries:colorSpaceManager.ColorSpacePrimaries = {
redX: 0.64,
redY: 0.33,
greenX: 0.3,
greenY: 0.6,
blueX: 0.15,
blueY: 0.06,
whitePointX: 0.3127,
whitePointY: 0.3290
};
var gamma = 2.875;
var colorSpaceMgr = colorSpaceManager.create(primaries, gamma);
expect(colorSpaceMgr!= null).assertTrue();
var ga = colorSpaceMgr.getGamma();
var gap = ga - gamma;
var wp:number[] = colorSpaceMgr.getWhitePoint();
expect(gap == 0).assertTrue();
expect(Math.abs(primaries.whitePointX -wp[0] ) <= 0.00001).assertTrue();
expect(Math.abs(primaries.whitePointY - wp[1] ) <= 0.00001).assertTrue();
done();
} catch (err) {
console.log('test enum value of ColorSpace Manager error ' + JSON.stringify(err));
expect.assertFail();
done();
}
})
})
}
graphic/graphicColorSpace/entry/src/main/module.json
0 → 100644
浏览文件 @
6eb02bdc
{
"module"
:
{
"name"
:
"phone"
,
"type"
:
"entry"
,
"srcEntrance"
:
"./ets/Application/AbilityStage.ts"
,
"description"
:
"$string:phone_entry_dsc"
,
"mainElement"
:
"MainAbility"
,
"deviceTypes"
:
[
"phone"
],
"deliveryWithInstall"
:
true
,
"installationFree"
:
false
,
"uiSyntax"
:
"ets"
,
"pages"
:
"$profile:main_pages"
,
"abilities"
:
[{
"name"
:
"com.example.myapplication.MainAbility"
,
"srcEntrance"
:
"./ets/MainAbility/MainAbility.ts"
,
"description"
:
"$string:phone_entry_main"
,
"icon"
:
"$media:icon"
,
"label"
:
"$string:entry_label"
,
"visible"
:
true
,
"orientation"
:
"portrait"
,
"skills"
:
[{
"actions"
:
[
"action.system.home"
],
"entities"
:
[
"entity.system.home"
]
}]
}]
}
}
\ No newline at end of file
graphic/graphicColorSpace/entry/src/main/resources/base/element/string.json
0 → 100644
浏览文件 @
6eb02bdc
{
"string"
:
[
{
"name"
:
"phone_entry_dsc"
,
"value"
:
"i am an entry for phone"
},
{
"name"
:
"phone_entry_main"
,
"value"
:
"the phone entry ability"
},
{
"name"
:
"entry_label"
,
"value"
:
"ActsColorSpaceManagerTest"
},
{
"name"
:
"form_description"
,
"value"
:
"my form"
},
{
"name"
:
"serviceability_description"
,
"value"
:
"my whether"
},
{
"name"
:
"description_application"
,
"value"
:
"demo for test"
},
{
"name"
:
"app_name"
,
"value"
:
"Demo"
}
]
}
graphic/graphicColorSpace/entry/src/main/resources/base/media/icon.png
0 → 100644
浏览文件 @
6eb02bdc
15.1 KB
graphic/graphicColorSpace/entry/src/main/resources/base/profile/main_pages.json
0 → 100644
浏览文件 @
6eb02bdc
{
"src"
:
[
"MainAbility/pages/index/index"
]
}
\ No newline at end of file
graphic/graphicColorSpace/signature/openharmony_sx.p7b
0 → 100644
浏览文件 @
6eb02bdc
文件已添加
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录