|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ValueCommand
The interface that must be implemented by value commands
From a testspec: <value name="MyValue" command="java:class that implements the ValueCommand interface"/>
Method Summary | |
---|---|
java.lang.String |
extractValue(TestContext context,
java.util.List<java.lang.String> params)
The method invoked by the testrunner to perform the action node. |
Method Detail |
---|
java.lang.String extractValue(TestContext context, java.util.List<java.lang.String> params) throws MactorException
context
- contains information about the context of the test that might
be useful (such as all messages sent/received so far in the
test)params
- the list of parameteres specifed for the given node in the
test-spec xml (after the ##{...} substitution has been
performed)
MactorException
- if some problem occured (this will case the test to fail)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |