org.aspectj.weaver
Class ResolvedMemberSignaturesTestCase15

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

public class ResolvedMemberSignaturesTestCase15
extends junit.framework.TestCase


Constructor Summary
ResolvedMemberSignaturesTestCase15()
           
 
Method Summary
 void testBaseOnlyField()
           
 void testBaseOnlyMethod()
           
 void testBaseOnlyStaticMethod()
           
 void testBothField()
           
 void testBothMethod()
           
 void testBothStaticMethod()
           
 void testChangingThrowsClause()
           
 void testDerivedField()
           
 void testDerivedMethod()
           
 void testDerivedStaticMethod()
           
 void testNoWalkUpMatchingConstructor()
           
 void testNoWalkUpNoMatchingConstructor()
           
 
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

ResolvedMemberSignaturesTestCase15

public ResolvedMemberSignaturesTestCase15()
Method Detail

testBaseOnlyStaticMethod

public void testBaseOnlyStaticMethod()

testBothStaticMethod

public void testBothStaticMethod()

testDerivedStaticMethod

public void testDerivedStaticMethod()

testBaseOnlyMethod

public void testBaseOnlyMethod()

testBothMethod

public void testBothMethod()

testDerivedMethod

public void testDerivedMethod()

testChangingThrowsClause

public void testChangingThrowsClause()

testNoWalkUpMatchingConstructor

public void testNoWalkUpMatchingConstructor()

testNoWalkUpNoMatchingConstructor

public void testNoWalkUpNoMatchingConstructor()

testBaseOnlyField

public void testBaseOnlyField()

testBothField

public void testBothField()

testDerivedField

public void testDerivedField()