/test/xts/acts/sensors/sensor_standard/entry/src/ohosTest/js/test/ |
H A D | SensorOnOffTest.test_oldPedometer_Detection.test.js | 20 import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect, TestType, Size, Level } from '@ohos/hypium'
114 it("PedometerDetection_SensorJsTest001", TestType.FUNCTION | Size.MEDIUMTEST | Level.LEVEL0, async function (done) {
150 it("PedometerDetection_SensorJsTest002", TestType.FUNCTION | Size.MEDIUMTEST | Level.LEVEL3, async function (done) {
183 it("PedometerDetection_SensorJsTest003", TestType.FUNCTION | Size.MEDIUMTEST | Level.LEVEL3, async function (done) {
219 it("PedometerDetection_SensorJsTest004", TestType.FUNCTION | Size.MEDIUMTEST | Level.LEVEL3, async function (done) {
255 it("PedometerDetection_SensorJsTest005", TestType.FUNCTION | Size.MEDIUMTEST | Level.LEVEL3, async function (done) {
288 it("PedometerDetection_SensorJsTest006", TestType.FUNCTION | Size.MEDIUMTEST | Level.LEVEL3, async function (done) {
319 it("PedometerDetection_SensorJsTest007", TestType.FUNCTION | Size.MEDIUMTEST | Level.LEVEL3, async function (done) {
356 it("PedometerDetection_SensorJsTest008", TestType.FUNCTION | Size.MEDIUMTEST | Level.LEVEL3, async function (done) {
396 it("PedometerDetection_SensorJsTest009", TestType [all...] |
H A D | SensorOnOffTest.test_oldPedometer.test.js | 19 import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect, TestType, Size, Level } from '@ohos/hypium'
125 it("Pedometer_SensorJsTest001", TestType.FUNCTION | Size.MEDIUMTEST | Level.LEVEL0, async function (done) {
161 it("Pedometer_SensorJsTest002", TestType.FUNCTION | Size.MEDIUMTEST | Level.LEVEL3, async function (done) {
194 it("Pedometer_SensorJsTest003", TestType.FUNCTION | Size.MEDIUMTEST | Level.LEVEL3, async function (done) {
230 it("Pedometer_SensorJsTest004", TestType.FUNCTION | Size.MEDIUMTEST | Level.LEVEL3, async function (done) {
266 it("Pedometer_SensorJsTest005", TestType.FUNCTION | Size.MEDIUMTEST | Level.LEVEL3, async function (done) {
299 it("Pedometer_SensorJsTest006", TestType.FUNCTION | Size.MEDIUMTEST | Level.LEVEL3, async function (done) {
331 it("Pedometer_SensorJsTest007", TestType.FUNCTION | Size.MEDIUMTEST | Level.LEVEL3, async function (done) {
368 it("Pedometer_SensorJsTest008", TestType.FUNCTION | Size.MEDIUMTEST | Level.LEVEL3, async function (done) {
408 it("Pedometer_SensorJsTest009", TestType [all...] |
H A D | SensorOnOffTest.test_newPedometer_Detection.test.js | 20 import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect, TestType, Size, Level } from '@ohos/hypium'
130 it("newPedometerDetection_SensorJsTest001", TestType.FUNCTION | Size.MEDIUMTEST | Level.LEVEL0, async function (done) {
166 it("newPedometerDetection_SensorJsTest002", TestType.FUNCTION | Size.MEDIUMTEST | Level.LEVEL3, async function (done) {
199 it("newPedometerDetection_SensorJsTest003", TestType.FUNCTION | Size.MEDIUMTEST | Level.LEVEL3, async function (done) {
235 it("newPedometerDetection_SensorJsTest004", TestType.FUNCTION | Size.MEDIUMTEST | Level.LEVEL3, async function (done) {
271 it("newPedometerDetection_SensorJsTest005", TestType.FUNCTION | Size.MEDIUMTEST | Level.LEVEL3, async function (done) {
304 it("newPedometerDetection_SensorJsTest006", TestType.FUNCTION | Size.MEDIUMTEST | Level.LEVEL3, async function (done) {
336 it("newPedometerDetection_SensorJsTest007", TestType.FUNCTION | Size.MEDIUMTEST | Level.LEVEL3, async function (done) {
373 it("newPedometerDetection_SensorJsTest008", TestType.FUNCTION | Size.MEDIUMTEST | Level.LEVEL3, async function (done) {
413 it("newPedometerDetection_SensorJsTest009", TestType [all...] |
H A D | SensorOnOffTest.test_newPedometer.test.js | 19 import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect, TestType, Size, Level } from '@ohos/hypium'
131 it("newPedometer_SensorJsTest001", TestType.FUNCTION | Size.MEDIUMTEST | Level.LEVEL0, async function (done) {
167 it("newPedometer_SensorJsTest002", TestType.FUNCTION | Size.MEDIUMTEST | Level.LEVEL3, async function (done) {
200 it("newPedometer_SensorJsTest003", TestType.FUNCTION | Size.MEDIUMTEST | Level.LEVEL3, async function (done) {
236 it("newPedometer_SensorJsTest004", TestType.FUNCTION | Size.MEDIUMTEST | Level.LEVEL3, async function (done) {
272 it("newPedometer_SensorJsTest005", TestType.FUNCTION | Size.MEDIUMTEST | Level.LEVEL3, async function (done) {
305 it("newPedometer_SensorJsTest006", TestType.FUNCTION | Size.MEDIUMTEST | Level.LEVEL3, async function (done) {
337 it("newPedometer_SensorJsTest007", TestType.FUNCTION | Size.MEDIUMTEST | Level.LEVEL3, async function (done) {
374 it("newPedometer_SensorJsTest008", TestType.FUNCTION | Size.MEDIUMTEST | Level.LEVEL3, async function (done) {
414 it("newPedometer_SensorJsTest009", TestType [all...] |
/test/testfwk/xdevice/src/xdevice/_core/ |
H A D | constants.py | 21 __all__ = ["DeviceOsType", "ProductForm", "TestType", "TestExecType", 56 class TestType(object): class 58 TestType enumeration 84 "UT": TestType.unittest, 85 "MST": TestType.mst, 86 "ST": TestType.systemtest, 87 "PERF": TestType.perf, 88 "SEC": TestType.sec, 89 "RELI": TestType.reli, 90 "DST": TestType [all...] |
/test/testfwk/developer_test/libs/benchmark/report/ |
H A D | benchmark_reporter.py | 25 from xdevice import TestType namespace 33 @Plugin(type=Plugin.REPORTER, id=TestType.benchmark)
|
/test/testfwk/xdevice/src/xdevice/_core/executor/ |
H A D | abs.py | 28 from _core.constants import TestType namespace 186 test_type = str(kwargs.get("test_type", TestType.all)) 191 plugin_id=TestType.all)[0]
|
/test/testfwk/arkxtest/jsunit/src/ |
H A D | Constant.js | 17 * define the testcase type : TestType, Size , Level 35 export class TestType {
|
/test/xts/tools/lite/hctest/include/ |
H A D | hctest_internal.h | 80 enum TestType { enum
|
/test/testfwk/arkxtest/jsunit/ |
H A D | index.js | 17 import { DEFAULT, TestType, Size, Level, TAG, PrintTag } from './src/Constant'; 251 TestType,
|
/test/testfwk/xdevice/src/xdevice/ |
H A D | __init__.py | 55 from _core.constants import TestType namespace 201 "TestType",
|
/test/testfwk/xdevice/src/xdevice/_core/report/ |
H A D | result_reporter.py | 37 from _core.constants import TestType namespace 102 @Plugin(type=Plugin.REPORTER, id=TestType.all)
|