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.String
lastTested
An optional indication of the last date or version an appljava.lang.String
reason
An optional reason explaining the manual resultTestResult
result
Specify 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:
- ""
-