| csdl.jblanket.modifier.TestMethodModifier
TestMethodModifier | public class TestMethodModifier extends TestCase (Code) | | Tests the MethodModifier class.
author: Joy M. Agustin version: $Id: TestMethodModifier.java,v 1.6 2005/03/08 19:34:06 johnson Exp $ |
Method Summary | |
public void | setUp() Sets up the instance variables for each test case. | public void | testExcludeMethod() Tests the excludeMethod method. | public void | testGeneratedMethods() Test methods created by a process like AspectJ or BCEL that don't have
line numbers. | public void | testModifyMethods() Tests the modifyMethods, hasLineNumbers, isConstructor methods. | public void | testUntestableConstructorMethods() Tests the modifyMethods, hasLineNumbers, isConstructor methods. |
TestMethodModifier | public TestMethodModifier(String name)(Code) | | Constructor required by JUnit.
Parameters: name - the name of this test class. |
setUp | public void setUp() throws Exception(Code) | | Sets up the instance variables for each test case.
throws: Exception - when unable to complete a setup. |
testExcludeMethod | public void testExcludeMethod()(Code) | | Tests the excludeMethod method.
|
testGeneratedMethods | public void testGeneratedMethods()(Code) | | Test methods created by a process like AspectJ or BCEL that don't have
line numbers. See JBL-5.
|
testModifyMethods | public void testModifyMethods()(Code) | | Tests the modifyMethods, hasLineNumbers, isConstructor methods.
|
testUntestableConstructorMethods | public void testUntestableConstructorMethods()(Code) | | Tests the modifyMethods, hasLineNumbers, isConstructor methods.
|
|
|