|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Documented @Retention(value=RUNTIME) @Target(value=PARAMETER) public @interface Format
Allows arguments of step methods to be formatted with an ArgumentFormatter.
| Optional Element Summary | |
|---|---|
java.lang.String[] |
args
Optional arguments for the ArgumentFormatter. |
java.lang.Class<? extends ArgumentFormatter<?>> |
value
|
public abstract java.lang.Class<? extends ArgumentFormatter<?>> value
public abstract java.lang.String[] args
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||