@expectedException
Example 2.10 shows how to use the @expectedException
annotation to test whether an exception is thrown inside the tested code.
See the section called “Testing Exceptions” for more details.
@expectedException
Example 2.10 shows how to use the @expectedException
annotation to test whether an exception is thrown inside the tested code.
See the section called “Testing Exceptions” for more details.
Please login to continue.