TestCaseSimilarityAnalyse.Similarity

Undocumented in source.
class TestCaseSimilarityAnalyse
static
struct Similarity {}

Members

Variables

difference
MutationId[] difference;

Unique mutants that are NOT verified by testCase.

intersection
MutationId[] intersection;

Mutants that are similare between testCase and the parent.

similarity
double similarity;
Undocumented in source.
testCase
TestCase testCase;
Undocumented in source.

Meta