| Package | Description |
|---|---|
| edu.uta.cse.fireeye.common | |
| edu.uta.cse.fireeye.service.engine |
| Modifier and Type | Method and Description |
|---|---|
TestGenProfile.Algorithm |
TestGenProfile.getAlgorithm()
Gets the test generation algorithm.
|
static TestGenProfile.Algorithm |
TestGenProfile.Algorithm.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TestGenProfile.Algorithm[] |
TestGenProfile.Algorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IpoEngine.build(TestGenProfile.Algorithm algo)
Build with specified algorithm.
|
void |
IpoEngine.buildOnlyPT(TestGenProfile.Algorithm algo)
Build with specified algorithm
Note: IPOG_R with constraint has problem.
|
void |
IpoEngine.buildSupportedNT(TestGenProfile.Algorithm algo)
Build with specified algorithm
Note: IPOG_R with constraint has problem.
|