| csdl.jblanket.modifier.TestModifier
TestModifier | public class TestModifier extends TestCase (Code) | | Tests the Modifier class.
author: Joy M. Agustin version: $Id: TestModifier.java,v 1.2 2005/02/19 05:55:19 timshadel Exp $ |
TestModifier | public TestModifier(String name)(Code) | | Required by Junit.
Parameters: name - Test case name. |
setUp | public void setUp() throws Exception(Code) | | Sets up instance variables for testing.
throws: Exception - if error while creating Modifier instance. |
testDeleteDirectory | public void testDeleteDirectory() throws Exception(Code) | | Tests the deleteDirectory method.
throws: Exception - if errors occur while deleting directories. |
testIsValidTestGrammar | public void testIsValidTestGrammar() throws Exception(Code) | | Tests the isValidTestGrammar method.
throws: Exception - if errors occur while deleting directories. |
testToArrayList | public void testToArrayList()(Code) | | Tests the toArrayList method.
|
|
|