| junitx.ddtunit.DDTTestCase junitx.ddtunit.functest.ProcessExpectedExceptionTest
ProcessExpectedExceptionTest | public class ProcessExpectedExceptionTest extends DDTTestCase (Code) | | Test class to verify simple execution of JUnit TestCase like asserts.
author: jg |
ProcessExpectedExceptionTest | public ProcessExpectedExceptionTest(String name)(Code) | | Parameters: name - |
setUp | public void setUp()(Code) | | initialize testmethod environment before every execution
|
suite | public static Test suite()(Code) | | Define tests to run
|
testProcessExpectedException | public void testProcessExpectedException()(Code) | | Test catching expected exceptions. No errors should be detected if
expected exception is caught.
|
|
|