TestCaseAnalyzer

Analyze stdout/stderr output from a test suite for test cases that failed (killed) a mutant, which test cases that exists and if any of them are unstable.

Constructors

this
this(TestCaseAnalyzeBuiltin[] builtins, ShellCommand[] externalAnalyzers, AutoCleanup cleanup)
Undocumented in source.

Members

Aliases

Result
alias Result = SumType!(Success, Unstable, Failed)
Undocumented in source.

Functions

analyze
Result analyze(ShellCommand testCmd, DrainElement[] data, Flag!"allFound" allFound)
Undocumented in source. Be warned that the author may not have intended to support it.
empty
bool empty()

Structs

Failed
struct Failed
Undocumented in source.
Success
struct Success
Undocumented in source.
Unstable
struct Unstable
Undocumented in source.

Meta