Annotation Interface Full


@Target(TYPE) @Retention(RUNTIME) @Tag("full") @ExtendWith({org.jboss.arquillian.junit5.ArquillianExtension.class,AssertionExtension.class}) public @interface Full

These are test classes that REQUIRE full profile to be executed. For these tests to run they must deploy an application to a Jakarta EE server using the Arquillian @Deployment annotation.

At runtime the Arquillian Servlet protocol must be used for communication with the Jakarta EE server.