edu.rice.cs.cunit.subAnnot.test
Class ClassExTest
java.lang.Object
TestCase
edu.rice.cs.cunit.subAnnot.test.ClassExTest
public class ClassExTest
- extends TestCase
Unit tests for extended Class class to support annotations with subclassing.
- Author:
- Mathias Ricken
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassExTest
public ClassExTest()
testAnnotations
public void testAnnotations()
throws java.lang.Exception
- Throws:
java.lang.Exception
testAnnotationsWithDefaults
public void testAnnotationsWithDefaults()
throws java.lang.Exception
- Throws:
java.lang.Exception
testTwoAnnotations
public void testTwoAnnotations()
throws java.lang.Exception
- Throws:
java.lang.Exception
testTwoAnnotationsWithDefaults
public void testTwoAnnotationsWithDefaults()
throws java.lang.Exception
- Throws:
java.lang.Exception
doClassTestNoOrder
private void doClassTestNoOrder(java.lang.Class cl)
throws java.lang.Exception
- Throws:
java.lang.Exception
testMethodParamAnnots
public void testMethodParamAnnots()
throws java.lang.Exception
- Throws:
java.lang.Exception
testCtorParamAnnots
public void testCtorParamAnnots()
throws java.lang.Exception
- Throws:
java.lang.Exception