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

java.lang.Object
  extended by org.jboss.testharness.AbstractTest
      extended by org.jboss.jsr299.tck.AbstractJSR299Test
          extended by 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

Constructor Summary
DecoratorResolutionTest()
           
 
Method Summary
 void testDelegateTypeVariableBeanActualType()
           
 void testDelegateTypeVariableBeanTypeVariable()
           
 void testDelegateWildcardBeanActualType()
           
 void testDelegateWildcardBeanTypeVariable()
           
 void testIdenticalTypeParamerters()
           
 void testNestedIdenticalTypeParamerters()
           
 void testObject()
           
 void testUnboundedTypeVariables()
           
 void testUnboundedTypeVariablesAndObject()
           
 
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
 

Constructor Detail

DecoratorResolutionTest

public DecoratorResolutionTest()
Method Detail

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.