public abstract class ContentMutator extends Object implements IMutator
| Constructor and Description |
|---|
ContentMutator() |
| Modifier and Type | Method and Description |
|---|---|
String |
expectedRangeForID(String mutationId) |
protected String |
getContentRaw() |
String |
getContentRawFilename() |
boolean |
hasRangeForId(String mutationId) |
String |
idRangesToString() |
void |
init(String relResourceName,
String theFileName,
ResourceManager resourceManager) |
void |
setOptions(org.dom4j.Node testNode) |
String |
shortName() |
String |
toString() |
boolean |
valueInRangeForId(int value,
String mutationId)
Example:
ranges[no_fieldA,no_fieldB,no_fieldC]->[[200-205,300-301,4xx], [200-205], [300-390,4xx]]
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetID, getIndex, getMutationID, mutatepublic void init(String relResourceName, String theFileName, ResourceManager resourceManager) throws IOException
init in interface IMutatorIOExceptionprotected String getContentRaw()
public String getContentRawFilename()
public String shortName()
public String idRangesToString()
public boolean valueInRangeForId(int value,
String mutationId)
valueInRangeForId in interface IMutatorpublic boolean hasRangeForId(String mutationId)
hasRangeForId in interface IMutatorpublic String expectedRangeForID(String mutationId)
expectedRangeForID in interface IMutatorpublic void setOptions(org.dom4j.Node testNode)
setOptions in interface IMutatorCopyright © 2016. All rights reserved.