@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
public @interface EnabledIfDriverUrlOnline
Annotation for conditionally disabling tests depending on the availability of
the driver URL (if online, that URL will be used for remote tests).
- Since:
- 4.0.3
- Author:
- Boni Garcia