TestGroupSimilarity.Similarity

Undocumented in source.

Members

Variables

comparedTo
TestGroup comparedTo;

The test group that the key is compared to.

difference
MutationStatusId[] difference;

Unique mutants that are NOT verified by testCase.

intersection
MutationStatusId[] intersection;

Mutants that are similare between testCase and the parent.

similarity
double similarity;

How similare the key is to comparedTo.

Meta