Annotation Interface WildFlyTest


@Inherited @Documented @Target(TYPE) @Retention(RUNTIME) @Tag("wildfly-standalone") @ExtendWith(WildFlyExtension.class) public @interface WildFlyTest
An annotation which starts a WildFly server and manages a server in standalone mode.

Standalone tests are automatically tagged with "wildfly-standalone" to allow selective test execution.

Author:
James R. Perkins