ActualExceptionIsNotEqualToExpectedException

class ActualExceptionIsNotEqualToExpectedException(val expectedException: Exception, val actualException: Exception) : AssertionException

Constructors

constructor(expectedException: Exception, actualException: Exception)

Properties

Link copied to clipboard
Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
open val message: String?