Package org.openstack4j.api
Annotation Type SkipTest
-
@Retention(RUNTIME) @Target(METHOD) public @interface SkipTest
Annotation allowing TestNG to skip test for a specific connector- Author:
- Bruno Semperlotti
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StringdescriptionA message describing the reason of test skip (optional)intissueThe GitHub issue identifier (optional)
-
-
-
Element Detail
-
connector
String connector
A regex identifying the targeted HTTP connector nameExamples:
"Jersey 2 Connector", ".*"- See Also:
HttpExecutor.getExecutorName()
-
-
-
description
String description
A message describing the reason of test skip (optional)- Default:
- ""
-
-