Interface TestContribution

interface TestContribution {
    registerTestControllers(service): void;
}

Methods