|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Action
Defines an action to be executed by ActionProducer instance.
ActionProducer| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Returns the description value. |
java.lang.Object |
launch(java.lang.Object obj)
Executes this action. |
| Method Detail |
|---|
java.lang.Object launch(java.lang.Object obj)
obj - action argument. This argument might be the method
parameter in an invocation of
ActionProducer.produceAction(Object). This argument
might be a java.lang.String[] that lists the
command line arguments used to execute a test (or not).
java.lang.String getDescription()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||