feat: finish Tests translate (#12)

* feature/tests:finish Tests translate

* feature/tests:revisions

* fix problems

Co-authored-by: youngjuning <youngjuning@aliyun.com>
pull/24/head
潘小安 3 years ago committed by GitHub
parent 5de4f347c0
commit 1d5e7de9ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

14
vscode.d.ts vendored

@ -13842,19 +13842,17 @@ export namespace authentication {
} }
/** /**
* Namespace for testing functionality. Tests are published by registering * {@link TestController} , {@link TestItem TestItems} Tests
* {@link TestController} instances, then adding {@link TestItem TestItems}. * Controllers {@link TestRunProfile}
* Controllers may also describe how to run tests by creating one or more
* {@link TestRunProfile} instances.
* @maintainer {@link https://github.com/pan463859 @pan463859} * @maintainer {@link https://github.com/pan463859 @pan463859}
*/ */
export namespace tests { export namespace tests {
/** /**
* Creates a new test controller. * test controller.
* *
* @param id Identifier for the controller, must be globally unique. * @param id controller ,
* @param label A human-readable label for the controller. * @param label controller
* @returns An instance of the {@link TestController}. * @returns {@link TestController}
*/ */
export function createTestController(id: string, label: string): TestController; export function createTestController(id: string, label: string): TestController;
} }

Loading…
Cancel
Save