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
/
ExpectToFailWithAnExceptionTypeButNoneWasThrown
Expect
To
Fail
With
An
Exception
Type
But
None
Was
Thrown
class
ExpectToFailWithAnExceptionTypeButNoneWasThrown
(
val
expectedExceptionType
:
KClass
<
out
Exception
>
)
:
AssertionException
Members
Constructors
Expect
To
Fail
With
An
Exception
Type
But
None
Was
Thrown
Link copied to clipboard
constructor
(
expectedExceptionType
:
KClass
<
out
Exception
>
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
expected
Exception
Type
Link copied to clipboard
val
expectedExceptionType
:
KClass
<
out
Exception
>
message
Link copied to clipboard
open
val
message
:
String
?