Home
last modified time | relevance | path

Searched refs:TestType (Results 1 - 12 of 12) sorted by relevance

/test/xts/acts/sensors/sensor_standard/entry/src/ohosTest/js/test/
H A DSensorOnOffTest.test_oldPedometer_Detection.test.js20 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 DSensorOnOffTest.test_oldPedometer.test.js19 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 DSensorOnOffTest.test_newPedometer_Detection.test.js20 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 DSensorOnOffTest.test_newPedometer.test.js19 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 Dconstants.py21 __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 Dbenchmark_reporter.py25 from xdevice import TestType namespace
33 @Plugin(type=Plugin.REPORTER, id=TestType.benchmark)
/test/testfwk/xdevice/src/xdevice/_core/executor/
H A Dabs.py28 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 DConstant.js17 * define the testcase type : TestType, Size , Level
35 export class TestType {
/test/xts/tools/lite/hctest/include/
H A Dhctest_internal.h80 enum TestType { enum
/test/testfwk/arkxtest/jsunit/
H A Dindex.js17 import { DEFAULT, TestType, Size, Level, TAG, PrintTag } from './src/Constant';
251 TestType,
/test/testfwk/xdevice/src/xdevice/
H A D__init__.py55 from _core.constants import TestType namespace
201 "TestType",
/test/testfwk/xdevice/src/xdevice/_core/report/
H A Dresult_reporter.py37 from _core.constants import TestType namespace
102 @Plugin(type=Plugin.REPORTER, id=TestType.all)

Completed in 8 milliseconds