Package net.thucydides.core.annotations
Annotation Type Manual
@Retention(RUNTIME)
@Target(METHOD)
public @interface Manual
Annotation that marks a manual test.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringlastTestedAn optional indication of the last date or version an appljava.lang.StringreasonAn optional reason explaining the manual resultTestResultresultSpecify the most recent result of manual testing.
-
Element Details
-
result
TestResult resultSpecify the most recent result of manual testing.- Default:
- PENDING
-
reason
java.lang.String reasonAn optional reason explaining the manual result- Default:
- ""
-
lastTested
java.lang.String lastTestedAn optional indication of the last date or version an appl- Default:
- ""
-