org.jboss.cdi.tck.tests.decorators
Class AbstractDecoratorTest

java.lang.Object
  extended by org.jboss.arquillian.testng.Arquillian
      extended by org.jboss.cdi.tck.AbstractTest
          extended by org.jboss.cdi.tck.tests.decorators.AbstractDecoratorTest
All Implemented Interfaces:
org.testng.IHookable, org.testng.ITestNGListener
Direct Known Subclasses:
BeanManagerDecoratorTest, BuiltinConversationDecoratorTest, BuiltinEventDecoratorTest, BuiltinHttpServletRequestDecoratorTest, BuiltinHttpSessionDecoratorTest, BuiltinInjectionPointDecoratorTest, BuiltinInstanceDecoratorTest, BuiltinPrincipalDecoratorTest, BuiltinServletContextDecoratorTest

public abstract class AbstractDecoratorTest
extends AbstractTest

Author:
Martin Kouba

Field Summary
 
Fields inherited from class org.jboss.cdi.tck.AbstractTest
beanManager
 
Fields inherited from class org.jboss.arquillian.testng.Arquillian
ARQUILLIAN_DATA_PROVIDER
 
Constructor Summary
AbstractDecoratorTest()
           
 
Method Summary
protected  void checkDecorator(javax.enterprise.inject.spi.Decorator<?> decorator, Class<?> beanClass, Set<Type> decoratedTypes, Type delegateType)
           
protected  javax.enterprise.inject.spi.Decorator<?> resolveUniqueDecorator(Set<Type> types, Annotation... qualifiers)
           
 
Methods inherited from class org.jboss.cdi.tck.AbstractTest
activate, annotationSetMatches, annotationSetMatches, destroyContext, getBeans, getBeans, getCurrentConfiguration, getCurrentManager, getInstanceByName, getInstanceByType, getInstanceByType, getUniqueBean, getUniqueBean, isThrowablePresent, passivate, rawTypeSetMatches, setContextActive, setContextInactive, typeSetMatches
 
Methods inherited from class org.jboss.arquillian.testng.Arquillian
arquillianAfterClass, arquillianAfterSuite, arquillianAfterTest, arquillianArgumentProvider, arquillianBeforeClass, arquillianBeforeSuite, arquillianBeforeTest, run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractDecoratorTest

public AbstractDecoratorTest()
Method Detail

resolveUniqueDecorator

protected javax.enterprise.inject.spi.Decorator<?> resolveUniqueDecorator(Set<Type> types,
                                                                          Annotation... qualifiers)

checkDecorator

protected void checkDecorator(javax.enterprise.inject.spi.Decorator<?> decorator,
                              Class<?> beanClass,
                              Set<Type> decoratedTypes,
                              Type delegateType)


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