| csdl.jblanket.methodset.TestMethodSetManager
TestMethodSetManager | public class TestMethodSetManager extends TestCase (Code) | | Tests the Singleton MethodSetManager.
author: Joy M. Agustin version: $Id: TestMethodSetManager.java,v 1.1 2004/11/07 00:32:40 timshadel Exp $ |
Method Summary | |
public static void | main(String[] args) Provide stand-alone execution of this test case during initial development. | public void | setUp() Sets up variables for testing. | public void | testMethodSetManager() Tests the getMethodSet method from the MethodSetManager class. |
TestMethodSetManager | public TestMethodSetManager(String name)(Code) | | Required for JUnit.
Parameters: name - test case name. |
main | public static void main(String[] args)(Code) | | Provide stand-alone execution of this test case during initial development.
Parameters: args - the command line arguments |
setUp | public void setUp()(Code) | | Sets up variables for testing.
|
testMethodSetManager | public void testMethodSetManager() throws Exception(Code) | | Tests the getMethodSet method from the MethodSetManager class.
throws: Exception - if problems occur. |
|
|