public interface Action
ActionProducer
instance.ActionProducer
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Returns the description value.
|
Object |
launch(Object obj)
Executes this action.
|
Object launch(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).String getDescription()