| junitx.ddtunit.functest.ProcessExpectedExceptionErrorTest
ProcessExpectedExceptionErrorTest | public class ProcessExpectedExceptionErrorTest extends TestCase (Code) | | Test class to verify behavior if an expected exception is stated in the test
resource but not raised during test execution.
author: jg |
ProcessExpectedExceptionErrorTest | public ProcessExpectedExceptionErrorTest(String name)(Code) | | Parameters: name - |
suite | public static Test suite()(Code) | | Define tests to run
|
testDefinedbutNotRaisedException | public void testDefinedbutNotRaisedException()(Code) | | Test behavior on defined but not raised expected exception. An exception
should be raised stating the missing exception.
|
|
|