Package net.thucydides.core.annotations
Annotation Type Narrative
@Retention(RUNTIME)
@Target({TYPE,PACKAGE})
public @interface Narrative
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String[]text -
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringcardNumberjava.lang.Stringtitlejava.lang.Stringtype
-
Element Details
-
text
java.lang.String[] text
-
-
-
title
java.lang.String title- Default:
- ""
-
cardNumber
java.lang.String cardNumber- Default:
- ""
-
type
java.lang.String type- Default:
- ""
-