KMock
/
tech.antibytes.kmock.error
/
MockError
common
Mock
Error
sealed class
MockError
:
RuntimeException
Content copied to clipboard
Base error class.
Author
Matthias Geisler
Types
Properties
Parameters
Inheritors
Parameters
message
the given error message.
Types
MissingCall
Link copied to clipboard
common
class
MissingCall
(message:
String
) :
MockError
Content copied to clipboard
Indicates that a Proxy was not called.
MissingStub
Link copied to clipboard
common
class
MissingStub
(message:
String
) :
MockError
Content copied to clipboard
Indicates that a Proxy is missing a defined behaviour.
Properties
cause
Link copied to clipboard
common
open val
cause
:
Throwable
?
Content copied to clipboard
message
Link copied to clipboard
common
open val
message
:
String
?
Content copied to clipboard
Inheritors
MockError
Link copied to clipboard
MockError
Link copied to clipboard