| net.firstpartners.nounit.utility.test.TestCollectionUtil
TestCollectionUtil | public class TestCollectionUtil extends TestCase (Code) | | Tests the functions in the Util Class
|
Method Summary | |
public static void | main(String[] args) | public void | setUp() | public static Test | suite() | public void | testNothing() Only here till more unit tests are put in... |
TestCollectionUtil | public TestCollectionUtil(String name)(Code) | | Constructor Required by Junit
Parameters: name - |
main | public static void main(String[] args)(Code) | | Enable Junit to run this Class individually
Parameters: args - |
setUp | public void setUp()(Code) | | Method to setup logging test
|
suite | public static Test suite()(Code) | | Enable Junit to run this class
TestDataCaptureDefaults.class |
testNothing | public void testNothing()(Code) | | Only here till more unit tests are put in...
|
|
|