Theia API Documentation v1.65.0
    Preparing search index...
    interface TestingExt {
        $onCancelTestRun(controllerId: string, runId: string): void;
        $onConfigureRunProfile(controllerId: string, profileId: string): void;
        $onDidChangeDefault(
            controllerId: string,
            profileId: string,
            isDefault: boolean,
        ): void;
        $onResolveChildren(controllerId: string, path: string[]): void;
        $onRunControllerTests(reqs: TestRunRequestDTO[]): void;
        $refreshTests(
            controllerId: string,
            token: CancellationToken,
        ): Promise<void>;
    }

    Implemented by

    Index

    Methods

    • Sets the default on a given run profile

      Parameters

      • controllerId: string
      • profileId: string
      • isDefault: boolean

      Returns void