Annotation Interface Debug
@Target(TYPE)
@Retention(RUNTIME)
@Deprecated
@Tag("debug")
@ExtendWith({org.jboss.arquillian.junit5.ArquillianExtension.class,AssertionExtension.class})
public @interface Debug
Deprecated.
This is a tag annotation that works the same as Core/Web/Full.
Used only for TCK development to tag test classes you need to debug without running
all of the other tests in that profile.