Test Skipped Exception
expect constructor()
actual constructor()
Constructs an TestSkippedException with an empty message and no cause.
Constructs an TestSkippedException with a message but without cause.
Parameters
message
the detail message; it is saved for later retrieval in the message property
Constructs an TestSkippedException with a message and a cause.
Parameters
message
the detail message; it is saved for later retrieval in the message property
cause
the cause of the failure