@stryker-mutator/core
Version:
The extendable JavaScript mutation testing framework
9 lines • 564 B
TypeScript
import { CheckResult } from '@stryker-mutator/api/check';
import { MutantRunPlan } from '@stryker-mutator/api/core';
import { ResourceDecorator } from '../concurrent/index.js';
import { CheckerResource } from './checker-resource.js';
export declare class CheckerFacade extends ResourceDecorator<CheckerResource> {
check(checkerName: string, mutantRunPlans: MutantRunPlan[]): Promise<Array<[MutantRunPlan, CheckResult]>>;
group(checkerName: string, mutantRunPlans: MutantRunPlan[]): Promise<MutantRunPlan[][]>;
}
//# sourceMappingURL=checker-facade.d.ts.map