| net.firstpartners.nounit.utility.test.TestNoUnitException
TestNoUnitException | public class TestNoUnitException extends TestCase (Code) | | Class to test NoUnitException class
|
TestNoUnitException | public TestNoUnitException(String name)(Code) | | Constructor required by Junit
Parameters: name - for super constructor |
main | public static void main(String[] args)(Code) | | Main required by Junit
Parameters: args - |
setUp | protected void setUp()(Code) | | setup code is in this method
|
suite | public static Test suite()(Code) | | suite giving list of tests for this class
TestSuite |
testException1Value | public void testException1Value()(Code) | | Test Constructor with two values
|
testException2Values | public void testException2Values()(Code) | | Test Constructor with two values
|
testException3Values | public void testException3Values()(Code) | | Test Constructor with three values
|
|
|