Liking cljdoc? Tell your friends :D
ClojureScript only.

dots.vscode.tests

Namespace for testing functionality. Tests are published by registering {@link TestController } instances, then adding {@link TestItem TestItems}. Controllers may also describe how to run tests by creating one or more {@link TestRunProfile } instances.

Namespace for testing functionality. Tests are published by registering
{@link TestController } instances, then adding {@link TestItem TestItems}.
Controllers may also describe how to run tests by creating one or more
{@link TestRunProfile } instances.
raw docstring

create-test-controllercljs

(create-test-controller id label)

Creates a new test controller.

Parameters:

  • id: string - Identifier for the controller, must be globally unique.
  • label: string - A human-readable label for the controller.

Returns: TestController - An instance of the {@link TestController}.

Creates a new test controller.

**Parameters:**
- `id`: `string` - Identifier for the controller, must be globally unique.
- `label`: `string` - A human-readable label for the controller.

**Returns:** `TestController` - An instance of the {@link TestController}.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close