|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.cdi.tck.TestGroups
public final class TestGroups
TestNG groups used in the CDI TCK. The most important groups (used by TCK runner) are:
INTEGRATION - used to exclude integration tests when running standalone containerJAVAEE_FULL - subset of integration tests used to exclude tests that require full Java EE platform; tests that
belong to this group are also considered to be integration tests
| Field Summary | |
|---|---|
static String |
ENUMS
Test support of enums |
static String |
INSTALLED_LIB
Requires installed library |
static String |
INTEGRATION
Integration test - cannot run in embedded arquillian container |
static String |
INTERCEPTORS_SPEC
Test is completely overlapping with the Java Interceptors specification. |
static String |
JAVAEE_FULL
Integration test that requires full Java EE platform (EAR packaging, JAX-WS, EJB timers, ...) |
static String |
JAX_RS
Test contains JAX-RS web service. |
static String |
JMS
Requires basic JMS configuration |
static String |
PERSISTENCE
Requires test data source |
static String |
REWRITE
Probably needs to be rewritten |
static String |
SYSTEM_PROPERTIES
Requires test system properties. |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String INTEGRATION
public static final String JAVAEE_FULL
public static final String REWRITE
public static final String JMS
public static final String ENUMS
public static final String PERSISTENCE
public static final String INSTALLED_LIB
public static final String JAX_RS
public static final String SYSTEM_PROPERTIES
TestSystemProperty,
Constant Field Valuespublic static final String INTERCEPTORS_SPEC
CDITCK-321,
Constant Field Values
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||