public class ExemptionMechanismExceptionTest
extends TestCase
ExemptionMechanismException
class constructors and
methods.Constructor and Description |
---|
ExemptionMechanismExceptionTest() |
Modifier and Type | Method and Description |
---|---|
void |
testExemptionMechanismException01()
Test for
ExemptionMechanismException() constructor
Assertion: constructs ExemptionMechanismException with no detail message |
void |
testExemptionMechanismException02()
Test for
ExemptionMechanismException(String) constructor
Assertion: constructs ExemptionMechanismException with detail message
msg. |
void |
testExemptionMechanismException03()
Test for
ExemptionMechanismException(String) constructor
Assertion: constructs ExemptionMechanismException when msg
is null |
public void testExemptionMechanismException01()
ExemptionMechanismException()
constructor
Assertion: constructs ExemptionMechanismException with no detail messagepublic void testExemptionMechanismException02()
ExemptionMechanismException(String)
constructor
Assertion: constructs ExemptionMechanismException with detail message
msg. Parameter msg
is not null.public void testExemptionMechanismException03()
ExemptionMechanismException(String)
constructor
Assertion: constructs ExemptionMechanismException when msg
is null