提交 8c136594 编写于 作者: S sunmingze

3.2testsuite命名重复修改

Signed-off-by: Nsunmingze <sunmingze3@huawei.com>
上级 0fe4119b
...@@ -18,7 +18,7 @@ import events_emitter from '@ohos.events.emitter'; ...@@ -18,7 +18,7 @@ import events_emitter from '@ohos.events.emitter';
import Utils from './Utils.ets'; import Utils from './Utils.ets';
let emitKey = "emitUserAgent"; let emitKey = "emitUserAgent";
export default function webJsunit() { export default function webJsunit() {
describe('ActsAceWebDevTest', function () { describe('ActsAceWebDevTest1', function () {
beforeEach(async function (done) { beforeEach(async function (done) {
await Utils.sleep(2000); await Utils.sleep(2000);
console.info("web beforeEach start"); console.info("web beforeEach start");
......
...@@ -18,7 +18,7 @@ import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect } from ...@@ -18,7 +18,7 @@ import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect } from
import Utils from './Utils.ets' import Utils from './Utils.ets'
export default function commonBackgroundBlurStyleJsunit() { export default function commonBackgroundBlurStyleJsunit() {
describe('commonBackgroundBlurStyleTest', function () { describe('commonBackgroundBlurStyleTest1', function () {
beforeEach(async function (done) { beforeEach(async function (done) {
console.info("flex beforeEach start"); console.info("flex beforeEach start");
let options = { let options = {
......
...@@ -18,7 +18,7 @@ import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from " ...@@ -18,7 +18,7 @@ import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from "
import Utils from './Utils.ets' import Utils from './Utils.ets'
export default function stackAlignContentJsunit() { export default function stackAlignContentJsunit() {
describe('stackAlignContentTest', function () { describe('stackAlignContentTest1', function () {
beforeAll(async function (done) { beforeAll(async function (done) {
console.info("flex beforeEach start"); console.info("flex beforeEach start");
let options = { let options = {
......
...@@ -18,7 +18,7 @@ import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from " ...@@ -18,7 +18,7 @@ import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from "
import Utils from './Utils.ets' import Utils from './Utils.ets'
export default function tabsBarPositionJsunit() { export default function tabsBarPositionJsunit() {
describe('tabsBarPositionTest', function () { describe('tabsBarPositionTest1', function () {
beforeAll(async function (done) { beforeAll(async function (done) {
console.info("flex beforeEach start"); console.info("flex beforeEach start");
let options = { let options = {
......
...@@ -18,7 +18,7 @@ import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from " ...@@ -18,7 +18,7 @@ import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from "
import Utils from './Utils.ets' import Utils from './Utils.ets'
export default function stackAlignContentJsunit() { export default function stackAlignContentJsunit() {
describe('stackAlignContentTest', function () { describe('stackAlignContentTest2', function () {
beforeAll(async function (done) { beforeAll(async function (done) {
console.info("flex beforeEach start"); console.info("flex beforeEach start");
let options = { let options = {
......
...@@ -18,7 +18,7 @@ import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from " ...@@ -18,7 +18,7 @@ import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from "
import Utils from './Utils.ets' import Utils from './Utils.ets'
export default function tabsBarPositionJsunit() { export default function tabsBarPositionJsunit() {
describe('tabsBarPositionTest', function () { describe('tabsBarPositionTest2', function () {
beforeAll(async function (done) { beforeAll(async function (done) {
console.info("flex beforeEach start"); console.info("flex beforeEach start");
let options = { let options = {
......
...@@ -28,7 +28,7 @@ export default function webViewStyleJsunit() { ...@@ -28,7 +28,7 @@ export default function webViewStyleJsunit() {
}) })
} }
describe('webViewStyleTest', function () { describe('webViewStyleTest1', function () {
beforeEach(async function (done) { beforeEach(async function (done) {
console.info("webViewStyleTest beforeEach start"); console.info("webViewStyleTest beforeEach start");
let options = { let options = {
......
...@@ -17,7 +17,7 @@ import router from '@system.router'; ...@@ -17,7 +17,7 @@ import router from '@system.router';
import {describe, beforeAll,afterAll, it, expect} from 'deccjsunit/index'; import {describe, beforeAll,afterAll, it, expect} from 'deccjsunit/index';
describe('toolbarPropsJsTest', function () { describe('toolbarPropsJsTest3', function () {
var name = 'animateMotion', nameA = 'AnimateMotion', labelName = 'animateMotion'; var name = 'animateMotion', nameA = 'AnimateMotion', labelName = 'animateMotion';
......
...@@ -17,7 +17,7 @@ import router from '@system.router'; ...@@ -17,7 +17,7 @@ import router from '@system.router';
import {describe, beforeAll,afterAll, it, expect} from 'deccjsunit/index'; import {describe, beforeAll,afterAll, it, expect} from 'deccjsunit/index';
describe('toolbarPropsJsTest', function () { describe('toolbarPropsJsTest2', function () {
var name = 'animate', nameA = 'Animate', labelName = 'animate'; var name = 'animate', nameA = 'Animate', labelName = 'animate';
......
...@@ -17,7 +17,7 @@ import router from '@system.router'; ...@@ -17,7 +17,7 @@ import router from '@system.router';
import {describe, beforeAll,afterAll, it, expect} from 'deccjsunit/index'; import {describe, beforeAll,afterAll, it, expect} from 'deccjsunit/index';
describe('toolbarPropsJsTest', function () { describe('toolbarPropsJsTest4', function () {
var name = 'animateTransform', nameA = 'AnimateTransform', labelName = 'animateTransform'; var name = 'animateTransform', nameA = 'AnimateTransform', labelName = 'animateTransform';
......
...@@ -17,7 +17,7 @@ import router from '@system.router'; ...@@ -17,7 +17,7 @@ import router from '@system.router';
import {describe, beforeAll,afterAll, it, expect} from 'deccjsunit/index'; import {describe, beforeAll,afterAll, it, expect} from 'deccjsunit/index';
describe('toolbarPropsJsTest', function () { describe('toolbarPropsJsTest6', function () {
var name = 'svgText', nameA = 'Toolbar', labelName = 'text'; var name = 'svgText', nameA = 'Toolbar', labelName = 'text';
......
...@@ -17,7 +17,7 @@ import router from '@system.router'; ...@@ -17,7 +17,7 @@ import router from '@system.router';
import {describe, beforeAll,afterAll, it, expect} from 'deccjsunit/index'; import {describe, beforeAll,afterAll, it, expect} from 'deccjsunit/index';
describe('toolbarPropsJsTest', function () { describe('toolbarPropsJsTest5', function () {
var name = 'toolbarItem', nameA = 'ToolbarItem', labelName = "toolbar-item"; var name = 'toolbarItem', nameA = 'ToolbarItem', labelName = "toolbar-item";
......
...@@ -17,7 +17,7 @@ import router from '@system.router'; ...@@ -17,7 +17,7 @@ import router from '@system.router';
import {describe, beforeAll,afterAll, it, expect} from 'deccjsunit/index'; import {describe, beforeAll,afterAll, it, expect} from 'deccjsunit/index';
describe('toolbarPropsJsTest', function () { describe('toolbarPropsJsTest7', function () {
var name = 'toolbar', nameA = 'Toolbar'; var name = 'toolbar', nameA = 'Toolbar';
......
...@@ -17,7 +17,7 @@ import router from '@system.router'; ...@@ -17,7 +17,7 @@ import router from '@system.router';
import {describe, beforeAll,afterAll, it, expect} from 'deccjsunit/index'; import {describe, beforeAll,afterAll, it, expect} from 'deccjsunit/index';
describe('toolbarPropsJsTest', function () { describe('toolbarPropsJsTest1', function () {
var name = 'tspan', nameA = 'Tspan', labelName = 'tspan'; var name = 'tspan', nameA = 'Tspan', labelName = 'tspan';
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册