public class IpoEngine
extends java.lang.Object
| Constructor and Description |
|---|
IpoEngine(SUT sut)
Creates a new instance.
|
IpoEngine(SUT sut,
edu.uta.cse.fireeye.service.constraint.ConstraintManagerInterface mgr)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
build()
Build with default algorithm IPOG
|
void |
build(TestGenProfile.Algorithm algo)
Build with specified algorithm.
|
void |
buildOnlyPT(TestGenProfile.Algorithm algo)
Build with specified algorithm
Note: IPOG_R with constraint has problem.
|
void |
buildSupportedNT(TestGenProfile.Algorithm algo)
Build with specified algorithm
Note: IPOG_R with constraint has problem.
|
java.util.Map<java.lang.Integer,java.lang.Integer> |
cloneMapOfNumberOfCoveredCombos()
Clone the map of number of covered tuples of each strength.
|
int |
getNumberOfCoveredCombos()
Get the number of covered tuples
|
TestSet |
getTestSet()
Get the resultant test set.
|
public IpoEngine(SUT sut, edu.uta.cse.fireeye.service.constraint.ConstraintManagerInterface mgr)
sut - an SUT configuration.public IpoEngine(SUT sut)
sut - an SUT configuration.public TestSet getTestSet()
TestSet object.public int getNumberOfCoveredCombos()
public java.util.Map<java.lang.Integer,java.lang.Integer> cloneMapOfNumberOfCoveredCombos()
public void build()
public void build(TestGenProfile.Algorithm algo)
public void buildOnlyPT(TestGenProfile.Algorithm algo)
public void buildSupportedNT(TestGenProfile.Algorithm algo)