|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.penguinwerks.jodene.Example
Encapsulates an example - which is a set of inputs and a set of expected values. These become part of an example set.
| Constructor Summary | |
Example()
|
|
| Method Summary | |
java.util.Map |
getExpected()
Returns the expected values for this example. |
java.util.Map |
getInputs()
The inputs expected to produce the given expected values. |
void |
setExpected(java.util.Map expected)
Set the expected results for this example. |
void |
setInputs(java.util.Map inputs)
The inputs expected to produce the given expected result. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Example()
| Method Detail |
public java.util.Map getExpected()
public void setExpected(java.util.Map expected)
expected - The expected to set.public java.util.Map getInputs()
public void setInputs(java.util.Map inputs)
inputs - The inputs to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||