MutationTestResult

The result of testing a mutant.

Members

Aliases

Value
alias Value = SumType!(NoResult, StatusUpdate)
Undocumented in source.

Functions

opAssign
void opAssign(StatusUpdate rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(MutationTestResult rhs)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

NoResult
struct NoResult
Undocumented in source.
StatusUpdate
struct StatusUpdate
Undocumented in source.

Variables

value
Value value;
Undocumented in source.

Meta