Annotation Type Network


@Retention(RUNTIME)
@Inherited
@TestGroup(enabled=false,
           sysProperty="tests.network")
public @interface Network
Annotation used to set if internet network connectivity is required to run the test. By default, tests annotated with @Network won't be executed. Set -Dtests.network=true when running test to launch network tests