Annotation Type KeepServerAlive


  • @Target(METHOD)
    @Retention(RUNTIME)
    public @interface KeepServerAlive
    KeepServerAlive is used in a distributiontest to keep the server alive on test / method level. Used when when DistributionTest is invoked on class level not using keepAlive=true param, but for a specific test we need to run e.g. RestAssured verifications.