Annotation Type ServerSetup


@Retention(RUNTIME) @Target(TYPE) @Inherited public @interface ServerSetup
Annotation that can be applied to an arquillian test to allow for server setup to be performed before the deployment is performed. This will be run before the first deployment is performed for each server.
Author:
Stuart Douglas
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends ServerSetupTask>[]