@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface Manual
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
lastTested
The date the test was last tested, in the format YYYY-MM-DD
|
java.lang.String |
reason
An optional reason explaining the manual result
|
net.thucydides.core.model.TestResult |
result
Specify the most recent result of manual testing.
|
public abstract net.thucydides.core.model.TestResult result