MinimalTestSet

Undocumented in source.

Members

Variables

minimalSet
TestCase[] minimalSet;

Minimal set that achieve the mutation test score.

redundant
TestCase[] redundant;

Test cases that do not contribute to the mutation test score.

testCaseTime
TestCaseInfo[string] testCaseTime;

Map between test case name and sum of all the test time of the mutants it killed.

total
long total;
Undocumented in source.

Meta