org.carrot2.util.tests
Annotation Type UsesExternalServices


@Documented
@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE})
@Inherited
@TestGroup(enabled=false,
           sysProperty="tests.externalservices")
public @interface UsesExternalServices

A test group that indicates a given test uses external APIs or services (some of which may not be available outside of the scope of Carrot2 build servers).



Copyright (c) Dawid Weiss, Stanislaw Osinski