class AssertionFailed: Any

Constructors

<init>

constructor(message: String, expected: Any?, actual: Any?, cause: Throwable?)

Parameters

Name Description
message: String
expected: Any?
actual: Any?
cause: Throwable?

<init>

constructor(message: String, cause: Throwable?)

Parameters

Name Description
message: String
cause: Throwable?

Methods

toString

fun toString(): String

ReturnValue

Name Description
String