kotlin-eventsourcing
Toggle table of contents
JVM
Platform filter
JVM
Switch theme
Search in API
kotlin-eventsourcing
kotlin-eventsourcing
/
dk.cloudcreate.essentials.components.kotlin.eventsourcing.test
/
ActualExceptionIsNotEqualToExpectedException
Actual
Exception
Is
Not
Equal
To
Expected
Exception
class
ActualExceptionIsNotEqualToExpectedException
(
val
expectedException
:
Exception
,
val
actualException
:
Exception
)
:
AssertionException
Members
Constructors
Actual
Exception
Is
Not
Equal
To
Expected
Exception
Link copied to clipboard
constructor
(
expectedException
:
Exception
,
actualException
:
Exception
)
Properties
actual
Exception
Link copied to clipboard
val
actualException
:
Exception
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
expected
Exception
Link copied to clipboard
val
expectedException
:
Exception
message
Link copied to clipboard
open
val
message
:
String
?