public class TestRunsScript
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
addLinks
True if add the clusters as dynamic links to the services
|
boolean |
fullTrace
If true output a full test trace, if false output only the test results
|
boolean |
sameServices
True if new test run on existing services.
|
int |
testRuns
Number of clustering runs to perform
|
Constructor and Description |
---|
TestRunsScript()
Create a new instance of TestRunsScript.
|
Modifier and Type | Method and Description |
---|---|
boolean |
testCanEnd(java.util.HashMap<java.lang.String,?> testValues)
Return true if the test can end based on spec param values.
|
public boolean addLinks
public boolean sameServices
public boolean fullTrace
public int testRuns
public boolean testCanEnd(java.util.HashMap<java.lang.String,?> testValues)
testValues
- set of current test parameter values as key-value pairs.
Can be empty if not used.