TestCase

A test case from the test suite that is executed on mutants.

Constructors

this
this(string name)
Undocumented in source.
this
this(string name, string loc)
Undocumented in source.

Members

Functions

opCmp
int opCmp(typeof(this) s)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(typeof(this) s)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
size_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
void toString(Writer w)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

location
string location;

A location identifier intended to be presented to the user.

name
string name;

The name of the test case as extracted from the test suite.

Meta