UNPKG

954 BTypeScriptView Raw
1import { schema, StrykerOptions } from '@stryker-mutator/api/core';
2import { Logger } from '@stryker-mutator/api/logging';
3import { Reporter } from '@stryker-mutator/api/report';
4import { MutationTestMetricsResult } from 'mutation-testing-metrics';
5export declare class ClearTextReporter implements Reporter {
6 private readonly log;
7 private readonly options;
8 static inject: ["logger", "options"];
9 constructor(log: Logger, options: StrykerOptions);
10 private readonly out;
11 private readonly writeLine;
12 private readonly writeDebugLine;
13 private configConsoleColor;
14 onMutationTestReportReady(_report: schema.MutationTestResult, metrics: MutationTestMetricsResult): void;
15 private reportAllTests;
16 private reportAllMutants;
17 private statusLabel;
18 private reportMutantResult;
19 private colorSourceFileAndLocation;
20 private color;
21 private logExecutedTests;
22}
23//# sourceMappingURL=clear-text-reporter.d.ts.map
\No newline at end of file