public class UnrecoverableKeyExceptionTest
extends TestCase
UnrecoverableKeyException
class constructors and
methods.Constructor and Description |
---|
UnrecoverableKeyExceptionTest() |
Modifier and Type | Method and Description |
---|---|
void |
testUnrecoverableKeyException01()
Test for
UnrecoverableKeyException() constructor
Assertion: constructs UnrecoverableKeyException with no detail message |
void |
testUnrecoverableKeyException02()
Test for
UnrecoverableKeyException(String) constructor
Assertion: constructs UnrecoverableKeyException with detail message msg. |
void |
testUnrecoverableKeyException03()
Test for
UnrecoverableKeyException(String) constructor
Assertion: constructs UnrecoverableKeyException when msg
is null |
public void testUnrecoverableKeyException01()
UnrecoverableKeyException()
constructor
Assertion: constructs UnrecoverableKeyException with no detail messagepublic void testUnrecoverableKeyException02()
UnrecoverableKeyException(String)
constructor
Assertion: constructs UnrecoverableKeyException with detail message msg.
Parameter msg
is not null.public void testUnrecoverableKeyException03()
UnrecoverableKeyException(String)
constructor
Assertion: constructs UnrecoverableKeyException when msg
is null