UNPKG

stryker

Version:
18 lines 724 B
import { Reporter, MutantResult, ScoreResult } from 'stryker-api/report'; import { StrykerOptions } from 'stryker-api/core'; import { Logger } from 'stryker-api/logging'; export default class ClearTextReporter implements Reporter { private readonly log; private readonly options; static inject: ["logger", "options"]; constructor(log: Logger, options: StrykerOptions); private readonly out; private writeLine; private configConsoleColor; onAllMutantsTested(mutantResults: MutantResult[]): void; private logMutantResult; private colorSourceFileAndLocation; private logExecutedTests; onScoreCalculated(score: ScoreResult): void; } //# sourceMappingURL=ClearTextReporter.d.ts.map