kmock
0.3.0-rc08
common
kmock
/
tech.antibytes.kmock.error
/
MockError
/
MissingStub
Missing
Stub
class
MissingStub
(
message
:
String
)
:
MockError
Indicates that a Proxy is missing a defined behaviour.
Author
Matthias Geisler
Constructors
Properties
Parameters
Parameters
message
the given error message.
Constructors
Missing
Stub
Link copied to clipboard
fun
MissingStub
(
message
:
String
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?