org.jboss.cdi.tck.tests.decorators.resolution
Class DecoratorResolutionTest<T,C extends Cow,F extends FresianCow>
java.lang.Object
org.jboss.arquillian.testng.Arquillian
org.jboss.cdi.tck.AbstractTest
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
| Fields inherited from class org.jboss.arquillian.testng.Arquillian |
ARQUILLIAN_DATA_PROVIDER |
| 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 |
DecoratorResolutionTest
public DecoratorResolutionTest()
createTestArchive
@Deployment
public static org.jboss.shrinkwrap.api.spec.WebArchive createTestArchive()
testUnboundedTypeVariables
@SpecAssertions(value=@SpecAssertion(section="8.3.1",id="aa"))
public void testUnboundedTypeVariables()
testObject
@SpecAssertions(value=@SpecAssertion(section="8.3.1",id="ab"))
public void testObject()
testUnboundedTypeVariablesAndObject
@SpecAssertions(value=@SpecAssertion(section="8.3.1",id="ac"))
public void testUnboundedTypeVariablesAndObject()
testIdenticalTypeParamerters
@SpecAssertions(value=@SpecAssertion(section="8.3.1",id="c"))
public void testIdenticalTypeParamerters()
testNestedIdenticalTypeParamerters
@SpecAssertions(value=@SpecAssertion(section="8.3.1",id="d"))
public void testNestedIdenticalTypeParamerters()
testDelegateWildcardBeanActualType
@SpecAssertions(value=@SpecAssertion(section="8.3.1",id="e"))
public void testDelegateWildcardBeanActualType()
testDelegateWildcardBeanTypeVariable
@SpecAssertions(value=@SpecAssertion(section="8.3.1",id="f"))
public void testDelegateWildcardBeanTypeVariable()
testDelegateTypeVariableBeanTypeVariable
@SpecAssertions(value=@SpecAssertion(section="8.3.1",id="g"))
public void testDelegateTypeVariableBeanTypeVariable()
testDelegateTypeVariableBeanActualType
@SpecAssertions(value=@SpecAssertion(section="8.3.1",id="h"))
public void testDelegateTypeVariableBeanActualType()
Copyright © 2008-2012 Seam Framework. All Rights Reserved.