|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.mactor.extensions.CurrentTimeExtractor
public class CurrentTimeExtractor
Extracts the current time on the format: 'yyyy-MM-dd'T'HH:mm:ss.SSSZ'
A single parameter can be provided to specify the number of minutes to add to
or substract from the current time (5 adds five minuts -120 subtracts to
hours )
Constructor Summary | |
---|---|
CurrentTimeExtractor()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CurrentTimeExtractor()
Method Detail |
---|
public java.lang.String extractValue(TestContext context, java.util.List<java.lang.String> params) throws MactorException
ValueCommand
extractValue
in interface ValueCommand
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 |