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
/
FailedWithUnexpectException
Failed
With
Unexpect
Exception
class
FailedWithUnexpectException
(
val
unexpectedException
:
Exception
)
:
AssertionException
Members
Constructors
Failed
With
Unexpect
Exception
Link copied to clipboard
constructor
(
unexpectedException
:
Exception
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?
unexpected
Exception
Link copied to clipboard
val
unexpectedException
:
Exception