Theia API Documentation v1.65.0
    Preparing search index...
    interface ActiveTestStateChangedEvent {
        controller: TestController;
        statedDelta: TestStateChangedEvent[];
        testRun: TestRun;
    }
    Index

    Properties

    controller: TestController
    statedDelta: TestStateChangedEvent[]
    testRun: TestRun