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 CDI TCK. Most of them are useless because of not used consistently. The most important groups (used by TCK runner) are:

Author:
Martin Kouba

Field Summary
static String ALTERNATIVES
           
static String ANNOTATION_DEFINITION
           
static String CONTEXTS
          Contexts related test
static String DISPOSAL
           
static String EL
           
static String ENUMS
          Test support of enums
static String EVENTS
           
static String INHERITANCE
           
static String INITIALIZER_METHOD
           
static String INJECTION
           
static String INJECTION_POINT
           
static String INNER_CLASS
           
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 JMS
          Requires basic JMS configuration
static String LIFECYCLE
           
static String MANAGER
           
static String NEW
           
static String OBSERVER_METHOD
           
static String PASSIVATION
           
static String POLICY
           
static String PRODUCER_FIELD
           
static String PRODUCER_METHOD
           
static String RESOLUTION
           
static String REWRITE
          Probably needs to be rewritten
static String SERVLET
           
static String SPECIALIZATION
           
 
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

CONTEXTS

public static final String CONTEXTS
Contexts related test

See Also:
Constant Field Values

PASSIVATION

public static final String PASSIVATION
See Also:
Constant Field Values

LIFECYCLE

public static final String LIFECYCLE
See Also:
Constant Field Values

ALTERNATIVES

public static final String ALTERNATIVES
See Also:
Constant Field Values

REWRITE

public static final String REWRITE
Probably needs to be rewritten

See Also:
Constant Field Values

RESOLUTION

public static final String RESOLUTION
See Also:
Constant Field Values

POLICY

public static final String POLICY
See Also:
Constant Field Values

EL

public static final String EL
See Also:
Constant Field Values

EVENTS

public static final String EVENTS
See Also:
Constant Field Values

INHERITANCE

public static final String INHERITANCE
See Also:
Constant Field Values

NEW

public static final String NEW
See Also:
Constant Field Values

DISPOSAL

public static final String DISPOSAL
See Also:
Constant Field Values

INITIALIZER_METHOD

public static final String INITIALIZER_METHOD
See Also:
Constant Field Values

SPECIALIZATION

public static final String SPECIALIZATION
See Also:
Constant Field Values

MANAGER

public static final String MANAGER
See Also:
Constant Field Values

SERVLET

public static final String SERVLET
See Also:
Constant Field Values

INJECTION

public static final String INJECTION
See Also:
Constant Field Values

INJECTION_POINT

public static final String INJECTION_POINT
See Also:
Constant Field Values

PRODUCER_METHOD

public static final String PRODUCER_METHOD
See Also:
Constant Field Values

PRODUCER_FIELD

public static final String PRODUCER_FIELD
See Also:
Constant Field Values

OBSERVER_METHOD

public static final String OBSERVER_METHOD
See Also:
Constant Field Values

ANNOTATION_DEFINITION

public static final String ANNOTATION_DEFINITION
See Also:
Constant Field Values

INNER_CLASS

public static final String INNER_CLASS
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


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