| |
|
| net.firstpartners.nounit.ui.test.TestCommandPackage
TestCommandPackage | public class TestCommandPackage extends TestCase (Code) | | Test the Command package class in the Junit testrunner
|
TestCommandPackage | public TestCommandPackage(String name)(Code) | | Call the Junit test constructor
Parameters: name - |
main | public static void main(String[] args)(Code) | | Enable Junit to run this Class individually
Parameters: args - |
suite | public static Test suite()(Code) | | Enable Junit to run this class
TestSuite |
testAddAdditionalData | public void testAddAdditionalData()(Code) | | test add additional data
|
testAddHashTable | public void testAddHashTable() throws Exception(Code) | | Test adding of Keys
|
testCommandPackageCreation | public void testCommandPackageCreation() throws Exception(Code) | | Test the creation of the Command Package (Method1) and retrieving Values
from the command line
exception: NoUnitException - |
testDoubleAdd | public void testDoubleAdd() throws Exception(Code) | | Check Double Add
Objects added at differenct times should not be vectorized...
|
testGetKeys | public void testGetKeys() throws Exception(Code) | | Test getting of keys from Command Package
|
testMove | public void testMove()(Code) | | Test Move Method
|
testMultipleValues | public void testMultipleValues() throws Exception(Code) | | Test Storage / Retrieval of Ints
|
testRemove | public void testRemove()(Code) | | test remove method
|
testStoreGetInt | public void testStoreGetInt() throws Exception(Code) | | Test Storage / Retrieval of Ints
|
|
|
|