Annotation Type SmackIntegrationTest
-
@Documented @Retention(RUNTIME) @Target(METHOD) public @interface SmackIntegrationTest
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description intconnectionCountbooleanonlyDefaultConnectionTypejava.lang.StringquoteA quotation of relevant text from the section referenced bysection().java.lang.StringsectionUnique identifier for a section (or paragraph) of the document referenced bySpecificationReference, such as '6.2.1'.
-
-
-
-
section
java.lang.String section
Unique identifier for a section (or paragraph) of the document referenced bySpecificationReference, such as '6.2.1'.- Returns:
- a document section identifier
- Default:
- ""
-
-
-
quote
java.lang.String quote
A quotation of relevant text from the section referenced bysection().- Returns:
- human-readable text from the references document and section.
- Default:
- ""
-
-