org.jboss.cdi.tck
Class TestGroups

java.lang.Object
  extended by org.jboss.cdi.tck.TestGroups

public final class TestGroups
extends Object

TestNG groups used in the CDI TCK. The most important groups (used by TCK runner) are:

Author:
Martin Kouba

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

INTEGRATION

public static final String INTEGRATION
Integration test - cannot run in embedded arquillian container

See Also:
Constant Field Values

JAVAEE_FULL

public static final String JAVAEE_FULL
Integration test that requires full Java EE platform (EAR packaging, JAX-WS, EJB timers, ...)

See Also:
Constant Field Values

REWRITE

public static final String REWRITE
Probably needs to be rewritten

See Also:
Constant Field Values

JMS

public static final String JMS
Requires basic JMS configuration

See Also:
Constant Field Values

ENUMS

public static final String ENUMS
Test support of enums

See Also:
Constant Field Values

PERSISTENCE

public static final String PERSISTENCE
Requires test data source

See Also:
Constant Field Values

INSTALLED_LIB

public static final String INSTALLED_LIB
Requires installed library

See Also:
Constant Field Values

JAX_RS

public static final String JAX_RS
Test contains JAX-RS web service.

See Also:
Constant Field Values

SYSTEM_PROPERTIES

public static final String SYSTEM_PROPERTIES
Requires test system properties.

See Also:
TestSystemProperty, Constant Field Values

INTERCEPTORS_SPEC

public static final String INTERCEPTORS_SPEC
Test is completely overlapping with the Java Interceptors specification.

See Also:
CDITCK-321, Constant Field Values


Copyright © 2008-2013 Seam Framework. All Rights Reserved.