public class T3SuiteG
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
double |
fieldUpdateProbability |
int |
maxNumberOfPairs |
int |
maxNumberOfSeqRetry |
int |
maxNumberOfStepRetry |
int |
maxPrefixLength |
int |
maxSuffixLength |
static int |
maxSuiteSizePerGoal |
static int |
minSuiteSizePerGoal |
double |
multiplier |
protected TestingScope |
scope |
protected java.util.function.Function<Pool,Generator<PARAM,STEP>> |
valueMetaGenerator |
Constructor and Description |
---|
T3SuiteG(TestingScope ts,
java.util.function.Function<Pool,Generator<PARAM,STEP>> valueMetaGenerator) |
Modifier and Type | Method and Description |
---|---|
SUITE |
adt_grey(int numberOfCores)
Construct an ADT grey-suite for the given CUT.
|
SUITE |
adt_no_asmviol(int numberOfCores) |
static void |
main(java.lang.String[] args) |
SUITE |
nonadt_grey(int numberOfCores) |
SUITE |
nonadt_no_asmviol(int numberOfCores) |
public static int minSuiteSizePerGoal
public static int maxSuiteSizePerGoal
protected TestingScope scope
public int maxNumberOfStepRetry
public int maxNumberOfSeqRetry
public int maxNumberOfPairs
public int maxPrefixLength
public int maxSuffixLength
public double fieldUpdateProbability
public double multiplier
public T3SuiteG(TestingScope ts, java.util.function.Function<Pool,Generator<PARAM,STEP>> valueMetaGenerator)
public SUITE adt_grey(int numberOfCores)
public SUITE adt_no_asmviol(int numberOfCores)
public SUITE nonadt_grey(int numberOfCores)
public SUITE nonadt_no_asmviol(int numberOfCores)
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception