org.jboss.cdi.tck.tests.decorators.resolution
Class DecoratorResolutionTest<T,C extends Cow,F extends FresianCow>

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.resolution.DecoratorResolutionTest<T,C,F>
All Implemented Interfaces:
org.testng.IHookable, org.testng.ITestNGListener

@SpecVersion(spec="cdi",
             version="20091101")
public class DecoratorResolutionTest<T,C extends Cow,F extends FresianCow>
extends AbstractTest

Author:
pmuir, 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
DecoratorResolutionTest()
           
 
Method Summary
static org.jboss.shrinkwrap.api.spec.WebArchive createTestArchive()
           
 void testDelegateTypeVariableBeanActualType()
           
 void testDelegateTypeVariableBeanTypeVariable()
           
 void testDelegateWildcardBeanActualType()
           
 void testDelegateWildcardBeanTypeVariable()
           
 void testIdenticalTypeParamerters()
           
 void testNestedIdenticalTypeParamerters()
           
 void testObject()
           
 void testUnboundedTypeVariables()
           
 void testUnboundedTypeVariablesAndObject()
           
 
Methods inherited from class org.jboss.cdi.tck.AbstractTest
activate, annotationSetMatches, annotationSetMatches, destroyContext, getBeans, getBeans, getContextualReference, getContextualReference, getContextualReference, getCurrentConfiguration, getCurrentManager, getUniqueBean, getUniqueBean, isThrowablePresent, newDependentInstance, 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

DecoratorResolutionTest

public DecoratorResolutionTest()
Method Detail

createTestArchive

@Deployment
public static org.jboss.shrinkwrap.api.spec.WebArchive createTestArchive()

testUnboundedTypeVariables

@SpecAssertions(value=@SpecAssertion(section="delegate_assignable_parameters",id="aa"))
public void testUnboundedTypeVariables()

testObject

@SpecAssertions(value=@SpecAssertion(section="delegate_assignable_parameters",id="ab"))
public void testObject()

testUnboundedTypeVariablesAndObject

@SpecAssertions(value=@SpecAssertion(section="delegate_assignable_parameters",id="ac"))
public void testUnboundedTypeVariablesAndObject()

testIdenticalTypeParamerters

@SpecAssertions(value=@SpecAssertion(section="delegate_assignable_parameters",id="c"))
public void testIdenticalTypeParamerters()

testNestedIdenticalTypeParamerters

@SpecAssertions(value=@SpecAssertion(section="delegate_assignable_parameters",id="d"))
public void testNestedIdenticalTypeParamerters()

testDelegateWildcardBeanActualType

@SpecAssertions(value=@SpecAssertion(section="delegate_assignable_parameters",id="e"))
public void testDelegateWildcardBeanActualType()

testDelegateWildcardBeanTypeVariable

@SpecAssertions(value=@SpecAssertion(section="delegate_assignable_parameters",id="f"))
public void testDelegateWildcardBeanTypeVariable()

testDelegateTypeVariableBeanTypeVariable

@SpecAssertions(value=@SpecAssertion(section="delegate_assignable_parameters",id="g"))
public void testDelegateTypeVariableBeanTypeVariable()

testDelegateTypeVariableBeanActualType

@SpecAssertions(value=@SpecAssertion(section="delegate_assignable_parameters",id="h"))
public void testDelegateTypeVariableBeanActualType()


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