org.aspectj.weaver
Class TypeVariableTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.aspectj.weaver.TypeVariableTestCase
All Implemented Interfaces:
junit.framework.Test

public class TypeVariableTestCase
extends junit.framework.TestCase


Constructor Summary
TypeVariableTestCase()
           
 
Method Summary
 void testAdditionalUpperBounds()
           
 void testBindWithoutResolve()
           
 void testCanBindToInterfaceFail()
           
 void testCanBindToInterfaceMatch()
           
 void testCanBindToUpperFail()
           
 void testCanBindToUpperMatch()
           
 void testDefaultBounds()
           
 void testName()
           
 void testResolution()
           
 void testUpperBound()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, runBare, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TypeVariableTestCase

public TypeVariableTestCase()
Method Detail

testDefaultBounds

public void testDefaultBounds()

testName

public void testName()

testUpperBound

public void testUpperBound()

testAdditionalUpperBounds

public void testAdditionalUpperBounds()

testResolution

public void testResolution()

testBindWithoutResolve

public void testBindWithoutResolve()

testCanBindToUpperMatch

public void testCanBindToUpperMatch()

testCanBindToUpperFail

public void testCanBindToUpperFail()

testCanBindToInterfaceMatch

public void testCanBindToInterfaceMatch()

testCanBindToInterfaceFail

public void testCanBindToInterfaceFail()