UNPKG

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