public class MutatedClass extends MutationResult
| Constructor and Description |
|---|
MutatedClass(String name,
MutationResult parent,
Collection<Mutation> mutations) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,MutatedLine> |
getChildMap() |
String |
getDisplayName() |
String |
getFileName() |
MutationStats |
getMutationStats() |
String |
getName() |
String |
getPackage() |
String |
getSourceFileContent() |
boolean |
isSourceLevel() |
compareTo, getChildren, getDynamic, getOwner, getParent, getParents, getPreviousResult, getStatsDelta, getUrl, isCoverageAltered, relativeUrl, xmlTransformpublic MutatedClass(String name, MutationResult parent, Collection<Mutation> mutations)
public boolean isSourceLevel()
isSourceLevel in class MutationResultpublic String getSourceFileContent()
getSourceFileContent in class MutationResultpublic String getDisplayName()
getDisplayName in class MutationResultpublic MutationStats getMutationStats()
getMutationStats in class MutationResultpublic Map<String,MutatedLine> getChildMap()
getChildMap in class MutationResultpublic String getName()
getName in class MutationResultpublic String getFileName()
public String getPackage()
Copyright © 2004-2013. All Rights Reserved.