Annotation Type EnabledIfDockerAvailable


  • @Retention(RUNTIME)
    @Target({TYPE,METHOD})
    public @interface EnabledIfDockerAvailable
    Annotation for conditionally disabling tests depending on the availability of Docker.
    Since:
    4.0.3
    Author:
    Boni Garcia