Annotation Interface Core


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

These are test classes that REQUIRE core 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 REST protocol must be used for communication with the Jakarta EE server.

NOTE: The Jakarta Concurrency project is part of Web Profile, this annotation is here for completeness.