| csdl.jblanket.modifier.TestMethodCollector
TestMethodCollector | public class TestMethodCollector extends TestCase (Code) | | Tests the MethodCollector class.
author: Joy M. Agustin version: $Id: TestMethodCollector.java,v 1.1 2004/11/07 00:32:30 timshadel Exp $ |
TestMethodCollector | public TestMethodCollector(String name)(Code) | | Constructor required by JUnit.
Parameters: name - the name of this test class. |
testGetJBlanketDir | public void testGetJBlanketDir() throws Exception(Code) | | Tests the getJBlanketDir method.
throws: Exception - if error occurs. |
testIsTestClass | public void testIsTestClass() throws Exception(Code) | | Tests the isTestClass method.
throws: Exception - if an error occurs. |
testReconstructType | public void testReconstructType()(Code) | | Tests the reconstructType method.
|
testRemovePackagePrefix | public void testRemovePackagePrefix()(Code) | | Tests the removePackagePrefix method.
|
testStoreMethodData | public void testStoreMethodData() throws Exception(Code) | | Tests the storeMethodData method.
throws: Exception - if error occurs. |
|
|