|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--junit.framework.Assert | +--junit.framework.TestCase | +--net.firstpartners.nounit.ui.test.TestCommandPackage
Test the Command package class in the Junit testrunner
Constructor Summary | |
TestCommandPackage(java.lang.String name)
Call the Junit test constructor |
Method Summary | |
static void |
main(java.lang.String[] args)
Enable Junit to run this Class individually |
static junit.framework.Test |
suite()
Enable Junit to run this class |
void |
testAddAdditionalData()
test add additional data |
void |
testAddHashTable()
Test adding of Keys |
void |
testCommandPackageCreation()
Test the creation of the Command Package (Method1) and retrieving Values from the command line |
void |
testDoubleAdd()
Check Double Add Objects added at differenct times should not be vectorized... |
void |
testGetKeys()
Test getting of keys from Command Package |
void |
testMove()
Test Move Method |
void |
testMultipleValues()
Test Storage / Retrieval of Ints |
void |
testRemove()
test remove method |
void |
testStoreGetInt()
Test Storage / Retrieval of Ints |
Methods inherited from class junit.framework.TestCase |
countTestCases, createResult, name, run, run, runBare, runTest, setUp, tearDown, toString |
Methods inherited from class junit.framework.Assert |
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, fail, fail |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TestCommandPackage(java.lang.String name)
name
- Method Detail |
public static void main(java.lang.String[] args)
args
- public static junit.framework.Test suite()
public void testCommandPackageCreation() throws java.lang.Exception
NoUnitException
- public void testGetKeys() throws java.lang.Exception
public void testAddHashTable() throws java.lang.Exception
public void testStoreGetInt() throws java.lang.Exception
public void testMultipleValues() throws java.lang.Exception
public void testDoubleAdd() throws java.lang.Exception
public void testAddAdditionalData()
public void testRemove()
public void testMove()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |