TestAbortedException

expect constructor()
actual constructor()

Constructs an TestAbortedException with an empty message and no cause.


expect constructor(message: String?)
actual constructor(message: String?)

Constructs an TestAbortedException with a message but without cause.

Parameters

message

the detail message; it is saved for later retrieval in the message property


expect constructor(message: String?, cause: Throwable?)
actual constructor(message: String?, cause: Throwable?)

Constructs an TestAbortedException 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