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
/
AssertionException
Assertion
Exception
abstract
class
AssertionException
(
msg
:
String
?
,
e
:
Exception
?
)
:
RuntimeException
Inheritors
NoCommandProvidedException
FailedWithUnexpectException
ExpectToFailWithAnExceptionButNoneWasThrown
ExpectToFailWithAnExceptionTypeButNoneWasThrown
ActualExceptionTypeIsNotEqualToExpectedException
ActualExceptionIsNotEqualToExpectedException
DidNotExpectAnEventException
ExpectedAnEventButDidGetAnyEventException
ActualAndExpectedEventsAreNotEqualExcepted
Members
Constructors
Assertion
Exception
Link copied to clipboard
constructor
(
exception
:
Exception
)
constructor
(
msg
:
String
)
constructor
(
)
constructor
(
msg
:
String
?
,
e
:
Exception
?
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?