org.jboss.jsr299.tck.tests.decorators.resolution
Class DecoratorResolutionTest<T,C extends Cow,F extends FresianCow>
java.lang.Object
org.jboss.testharness.AbstractTest
org.jboss.jsr299.tck.AbstractJSR299Test
org.jboss.jsr299.tck.tests.decorators.resolution.DecoratorResolutionTest<T,C,F>
- All Implemented Interfaces:
- org.testng.IHookable, org.testng.ITestNGListener
@Artifact
@BeansXml(value="beans.xml")
@SpecVersion(spec="cdi",
version="20091101")
public class DecoratorResolutionTest<T,C extends Cow,F extends FresianCow>
- extends AbstractJSR299Test
- Author:
- pmuir
Methods inherited from class org.jboss.jsr299.tck.AbstractJSR299Test |
annotationSetMatches, deserialize, destroyContext, getBeans, getBeans, getCurrentConfiguration, getCurrentManager, getInstanceByName, getInstanceByType, getInstanceByType, getUniqueBean, getUniqueBean, handleDeploymentFailure, rawTypeSetMatches, serialize, setContextActive, setContextInactive, typeSetMatches |
Methods inherited from class org.jboss.testharness.AbstractTest |
afterClass, afterMethod, afterSuite, beforeClass, beforeMethod, beforeSuite, getContextPath, isInContainer, isThrowablePresent, postCreate, run, setInContainer |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DecoratorResolutionTest
public DecoratorResolutionTest()
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.