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
/
DidNotExpectAnEventException
Did
Not
Expect
An
Event
Exception
class
DidNotExpectAnEventException
(
val
actualEvent
:
Any
)
:
AssertionException
Members
Constructors
Did
Not
Expect
An
Event
Exception
Link copied to clipboard
constructor
(
actualEvent
:
Any
)
Properties
actual
Event
Link copied to clipboard
val
actualEvent
:
Any
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?