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.

Methods

createTestController(id:String, label:String):TestController

Creates a new test controller.

@link TestController}.

Parameters:

id

Identifier for the controller, must be globally unique.

label

A human-readable label for the controller.

Returns:

An instance of the {