public class TestSpec
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
message
Additional feedback message describing the test runs
|
protected org.licas.PasswordHandler |
passwordHandler
For storing passwords
|
protected ProblemScript |
problemScript
The test script
|
Constructor and Description |
---|
TestSpec(org.licas.PasswordHandler thePasswordHandler)
Create a new instance of TestSpec.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage()
Get the message describing the test runs.
|
ProblemScript |
getTestScript()
get the stored test script with the test specification.
|
void |
resetValues()
Reset the values
|
void |
setMessage(java.lang.String thisMessage)
Set a message value for the test run.
|
void |
setTestScript(ProblemScript thisTestScript)
Set the test specification.
|
protected org.licas.PasswordHandler passwordHandler
protected ProblemScript problemScript
protected java.lang.String message
public TestSpec(org.licas.PasswordHandler thePasswordHandler)
thePasswordHandler
- for storing passwords.public void resetValues()
public void setTestScript(ProblemScript thisTestScript)
thisTestScript
- a test script description of the tests to perform.public ProblemScript getTestScript()
public void setMessage(java.lang.String thisMessage)
thisMessage
- a message describing the test run.public java.lang.String getMessage()