org.jboss.jsr299.tck.tests.lookup.typesafe.resolution.parameterized
Class AssignabilityOfRawAndParameterizedTypesTest

java.lang.Object
  extended by org.jboss.testharness.AbstractTest
      extended by org.jboss.jsr299.tck.AbstractJSR299Test
          extended by org.jboss.jsr299.tck.tests.lookup.typesafe.resolution.parameterized.AssignabilityOfRawAndParameterizedTypesTest
All Implemented Interfaces:
org.testng.IHookable, org.testng.ITestNGListener

@Artifact
@SpecVersion(spec="cdi",
             version="20091101")
public class AssignabilityOfRawAndParameterizedTypesTest
extends AbstractJSR299Test


Constructor Summary
AssignabilityOfRawAndParameterizedTypesTest()
           
 
Method Summary
 void testAssignabilityOfParameterizedTypeWithActualTypesToParameterizedTypeWithActualTypes()
           
 void testAssignabilityOfParameterizedTypeWithActualTypesToParameterizedTypeWithWildcards()
           
 void testAssignabilityOfParameterizedTypeWithActualTypesToParameterizedTypeWithWildcardsAtInjectionPoint()
           
<T1 extends Exception,T2 extends Exception>
void
testAssignabilityOfParameterizedTypeWithTypeVariablesToParameterizedTypeTypeVariable()
           
 void testAssignabilityOfParameterizedTypeWithTypeVariablesToParameterizedTypeWithActualTypes()
           
 void testAssignabilityOfParameterizedTypeWithTypeVariablesToParameterizedTypeWithWildcards()
           
 void testAssignabilityOfParameterizedTypeWithTypeVariablesToParameterizedTypeWithWildcards2()
           
 void testAssignabilityToRawType()
           
 
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

AssignabilityOfRawAndParameterizedTypesTest

public AssignabilityOfRawAndParameterizedTypesTest()
Method Detail

testAssignabilityToRawType

@SpecAssertions(value={@SpecAssertion(section="5.2",id="kb"),@SpecAssertion(section="2.2.1",id="f"),@SpecAssertion(section="2.2.1",id="g")})
public void testAssignabilityToRawType()

testAssignabilityOfParameterizedTypeWithActualTypesToParameterizedTypeWithActualTypes

@SpecAssertion(section="5.2.3",
               id="ba")
public void testAssignabilityOfParameterizedTypeWithActualTypesToParameterizedTypeWithActualTypes()

testAssignabilityOfParameterizedTypeWithActualTypesToParameterizedTypeWithWildcards

@SpecAssertions(value=@SpecAssertion(section="5.2.3",id="c"))
public void testAssignabilityOfParameterizedTypeWithActualTypesToParameterizedTypeWithWildcards()

testAssignabilityOfParameterizedTypeWithActualTypesToParameterizedTypeWithWildcardsAtInjectionPoint

@SpecAssertions(value=@SpecAssertion(section="5.2.2",id="b"))
public void testAssignabilityOfParameterizedTypeWithActualTypesToParameterizedTypeWithWildcardsAtInjectionPoint()

testAssignabilityOfParameterizedTypeWithTypeVariablesToParameterizedTypeWithWildcards

@SpecAssertion(section="5.2.3",
               id="da")
public void testAssignabilityOfParameterizedTypeWithTypeVariablesToParameterizedTypeWithWildcards()

testAssignabilityOfParameterizedTypeWithTypeVariablesToParameterizedTypeWithWildcards2

@SpecAssertion(section="5.2.3",
               id="db")
public void testAssignabilityOfParameterizedTypeWithTypeVariablesToParameterizedTypeWithWildcards2()

testAssignabilityOfParameterizedTypeWithTypeVariablesToParameterizedTypeWithActualTypes

@SpecAssertion(section="5.2.3",
               id="e")
public void testAssignabilityOfParameterizedTypeWithTypeVariablesToParameterizedTypeWithActualTypes()

testAssignabilityOfParameterizedTypeWithTypeVariablesToParameterizedTypeTypeVariable

@SpecAssertion(section="5.2.3",
               id="f")
public <T1 extends Exception,T2 extends Exception> void testAssignabilityOfParameterizedTypeWithTypeVariablesToParameterizedTypeTypeVariable()


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