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, wait
getID, getIndex, getMutationID, mutate
public void init(String relResourceName, String theFileName, ResourceManager resourceManager) throws IOException
init
in interface IMutator
IOException
protected String getContentRaw()
public String getContentRawFilename()
public String shortName()
public String idRangesToString()
public boolean valueInRangeForId(int value, String mutationId)
valueInRangeForId
in interface IMutator
public boolean hasRangeForId(String mutationId)
hasRangeForId
in interface IMutator
public String expectedRangeForID(String mutationId)
expectedRangeForID
in interface IMutator
public void setOptions(org.dom4j.Node testNode)
setOptions
in interface IMutator
Copyright © 2016. All rights reserved.