Theia API Documentation v1.65.0
    Preparing search index...
    Index

    Constructors

    Properties

    activeRuns: Map<string, ActiveTestRunInfo> = ...
    controllerListeners: Map<string, Disposable> = ...
    onDidChangeActiveTestRun: Event<ActiveRunEvent> = ...
    onDidChangeActiveTestRunEmitter: Emitter<ActiveRunEvent> = ...
    onDidChangeActiveTestState: Event<ActiveTestStateChangedEvent> = ...
    onDidChangeSelectedOutputSource: Event<undefined | TestOutputSource> = ...
    onDidChangeSelectedOutputSourceEmitter: Emitter<undefined | TestOutputSource> = ...
    onDidChangeSelectedTestState: Event<undefined | TestState> = ...
    onDidChangeSelectedTestStateEmitter: Emitter<undefined | TestState> = ...
    testContextKeys: TestContextKeyService
    testService: TestService

    Accessors

    Methods