1 | import { schema, StrykerOptions } from '@stryker-mutator/api/core';
|
2 | import { Logger } from '@stryker-mutator/api/logging';
|
3 | import { Reporter } from '@stryker-mutator/api/report';
|
4 | export declare const RESOURCES_DIR_NAME = "strykerResources";
|
5 | export declare class JsonReporter implements Reporter {
|
6 | private readonly options;
|
7 | private readonly log;
|
8 | private mainPromise;
|
9 | constructor(options: StrykerOptions, log: Logger);
|
10 | static readonly inject: ["options", "logger"];
|
11 | onMutationTestReportReady(report: schema.MutationTestResult): void;
|
12 | wrapUp(): Promise<void> | undefined;
|
13 | private generateReport;
|
14 | }
|
15 | //# sourceMappingURL=json-reporter.d.ts.map |
\ | No newline at end of file |