public final class TestGroups extends Object
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| Modifier and Type | Field and Description |
|---|---|
static String |
ASYNC_SERVLET
Tests Servlet asynchronous processing.
|
static String |
INSTALLED_LIB
Requires installed library
|
static String |
INTEGRATION
Integration test - cannot run in embedded arquillian container
|
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 |
JAX_WS
Test contains JAX-WS 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 |
SECURITY
Requires following mapping of roles to principals:
--------------------------------
| Principal | Group |
--------------------------------
| student | student |
| alarm | student, alarm |
| printer | student, printer |
--------------------------------
|
static String |
SYSTEM_PROPERTIES
Requires test system properties.
|
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 PERSISTENCE
public static final String INSTALLED_LIB
public static final String JAX_RS
public static final String JAX_WS
public static final String ASYNC_SERVLET
public static final String SYSTEM_PROPERTIES
TestSystemProperty,
Constant Field Valuespublic static final String SECURITY
Copyright © 2008-2015 Seam Framework. All Rights Reserved.