kmock
0.3.0-rc08
common
kmock
/
tech.antibytes.kmock.error
/
MockError
/
MissingCall
Missing
Call
class
MissingCall
(
message
:
String
)
:
MockError
Indicates that a Proxy was not called.
Author
Matthias Geisler
Constructors
Properties
Parameters
Parameters
message
the given error message
Constructors
Missing
Call
Link copied to clipboard
fun
MissingCall
(
message
:
String
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?