public class GridTestSpec extends TestSpec
Modifier and Type | Field and Description |
---|---|
protected int |
rollbackCount
Count of the number of times the solutions have been rolled back.
|
message, passwordHandler, problemScript
Constructor and Description |
---|
GridTestSpec(org.licas.PasswordHandler thePasswordHandler)
Create a new instance of GridTestSpec.
|
Modifier and Type | Method and Description |
---|---|
void |
incRollbackCount()
Increment the number of times the solutions have been rolled back.
|
void |
resetRollbackCount()
Reset the number of times the solutions have been rolled back to 0.
|
void |
resetValues()
Reset the values
|
boolean |
rollbacksAtMaximum()
Return true if the solutions have been rolled back by the maximum allowed
number of times.
|
getMessage, getTestScript, setMessage, setTestScript
protected int rollbackCount
public GridTestSpec(org.licas.PasswordHandler thePasswordHandler)
thePasswordHandler
- for storing passwords.public void resetValues()
resetValues
in class TestSpec
public boolean rollbacksAtMaximum()
public void resetRollbackCount()
public void incRollbackCount()