| csdl.jblanket.modifier.TestClassModifier
TestClassModifier | public class TestClassModifier extends TestCase (Code) | | Tests the ClassModifier class.
author: Joy M. Agustin version: $Id: TestClassModifier.java,v 1.2 2005/02/19 05:55:19 timshadel Exp $ |
Method Summary | |
public void | setUp() Sets up the instance variables for each test case. | public void | testExcludeMethods() Tests the excludeMethods method with the constructor
ClassModifier(boolean, MethodCounter, File). | public void | testModifyMethods() Tests the modifyMethods and isModified methods. |
TestClassModifier | public TestClassModifier(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. |
testExcludeMethods | public void testExcludeMethods()(Code) | | Tests the excludeMethods method with the constructor
ClassModifier(boolean, MethodCounter, File).
|
testModifyMethods | public void testModifyMethods()(Code) | | Tests the modifyMethods and isModified methods.
|
|
|