public class MutatedPackage extends MutationResult<MutatedPackage>
| Constructor and Description |
|---|
MutatedPackage(String name,
MutationResult parent,
com.google.common.collect.Multimap<String,Mutation> classMutations) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(MutatedPackage other) |
Map<String,? extends MutationResult<?>> |
getChildMap() |
String |
getDisplayName() |
MutationStats |
getMutationStats() |
getChildren, getChildResult, getDynamic, getName, getOwner, getParent, getParents, getPreviousResult, getSourceFileContent, getStatsDelta, getUrl, isCoverageAltered, isSourceLevel, relativeUrl, xmlTransformpublic MutatedPackage(String name, MutationResult parent, com.google.common.collect.Multimap<String,Mutation> classMutations)
public String getDisplayName()
getDisplayName in class MutationResult<MutatedPackage>public MutationStats getMutationStats()
getMutationStats in class MutationResult<MutatedPackage>public Map<String,? extends MutationResult<?>> getChildMap()
getChildMap in class MutationResult<MutatedPackage>public int compareTo(MutatedPackage other)
Copyright © 2004-2014. All Rights Reserved.