Mokkery
Toggle table of contents
2.10.2
common
Target filter
common
Switch theme
Skip to content
Mokkery
mokkery-core
Skip to content
dev.
mokkery
Skip to content
Mock
Mode
Skip to content
strict
autofill
auto
Unit
original
Mokkery
Compiler
Defaults
Mokkery
Config
Mokkery
Runtime
Exception
dev.
mokkery.
annotations
Skip to content
Delicate
Mokkery
Api
Internal
Mokkery
Api
dev.
mokkery.
verify
Skip to content
Exhaustive
Order
Verify
Mode
Exhaustive
Soft
Verify
Mode
Not
Verify
Mode
Order
Verify
Mode
Soft
Verify
Mode
Verify
Mode
Skip to content
Companion
Verify
Mode
Serializer
mokkery-coroutines
Skip to content
dev.
mokkery.
coroutines.
answering
Skip to content
Awaitable
Skip to content
Companion
awaits()
mokkery-gradle
Skip to content
dev.
mokkery.
gradle
Skip to content
Application
Rule
Skip to content
Companion
Listed
Matches
Name
mokkery()
Mokkery
Gradle
Extension
Mokkery
Gradle
Plugin
mokkery-runtime
Skip to content
dev.
mokkery
Skip to content
call
call
Original()
call
Spied()
call
Super()
every()
every
Suspend()
mock()
mock
Many()
Mock
Many2
Mock
Many3
Mock
Many4
Mock
Many5
mocks
Mokkery
Blocking
Call
Scope
Mokkery
Call
Scope
Mokkery
Scope
Mokkery
Suite
Scope
Mokkery
Suite
Scope()
Mokkery
Suspend
Call
Scope
reset
Answers()
reset
Calls()
self
spy()
supers
t1
t2
t3
t4
t5
to
Function
Scope()
verify()
verify
No
More
Calls()
verify
Suspend()
dev.
mokkery.
answering
Skip to content
Answer
Skip to content
Autofill
Block
Blocking
Block
Suspend
Const
Sequential
Sequential
By
Iterator
Suspending
Throws
Unified
Answering
Scope
Blocking
Answering
Scope
Blocking
Call
Definition
Scope
Blocking
Call
Definition
Scope()
Blocking
Sequential
Answer
Builder
Call
Args
Call
Definition
Scope
calls()
calls
Catching()
Function
Scope
repeat()
returns()
returns
Arg
At()
returns
By()
returns
Failure()
returns
Failure
By()
returns
Success()
returns
Success
By()
self()
Sequential
Answer
Builder
sequentially()
sequentially
Repeat()
sequentially
Returns()
sequentially
Throws()
Super
Call
Skip to content
Companion
Of
Type
Original
Suspend
Answering
Scope
Suspend
Call
Definition
Scope
Suspend
Call
Definition
Scope()
Suspend
Sequential
Answer
Builder
throws()
throws
By()
throws
Error
With()
dev.
mokkery.
answering.
autofill
Skip to content
Autofill
Provider
Skip to content
Companion
Value
Skip to content
Absent
Companion
Provided
Composite
Autofill
Provider
Delegate
Autofill
Provider
get
If
Provided()
is
Provided()
provide
Value()
register()
Type
Registry
Autofill
Provider
unregister()
dev.
mokkery.
context
Skip to content
arg
Value()
arg
Values
Call
Argument
Function
Skip to content
Parameter
Function
Call
Skip to content
Key
Mokkery
Context
Skip to content
Element
Empty
Key
dev.
mokkery.
debug
Skip to content
Mokkery
Call
Logger
mokkery
Debug
String()
print
Mokkery
Debug()
dev.
mokkery.
interceptor
Skip to content
Mokkery
Call
Interceptor
Skip to content
Companion
Mokkery
Call
Listener
Mokkery
Call
Listener()
Mokkery
Hook
next
Intercept()
dev.
mokkery.
matcher
Skip to content
any()
Arg
Matcher
Skip to content
Any
Comparing
Skip to content
Type
Skip to content
Eq
Lt
Lte
Gt
Gte
Composite
Equals
Equals
Ref
Matching
Not
Equal
Not
Equal
Ref
Of
Type
Arg
Matchers
Scope
eq()
eq
Ref()
gt()
gte()
lt()
lte()
matches()
matching()
matching
By()
neq()
neq
Ref()
of
Type()
dev.
mokkery.
matcher.
capture
Skip to content
as
Capture()
Capture
Skip to content
Companion
capture()
Capture
Matcher
Container
Capture
get()
get
If
Present()
get
Value()
is
Absent
is
Present
on
Arg()
propagate
Capture()
Slot
Capture
Skip to content
Value
Skip to content
Absent
Present
dev.
mokkery.
matcher.
collections
Skip to content
Collection
Arg
Matchers
Skip to content
Content
Deep
Equals
Content
Equals
Value
In
Iterable
Value
Not
In
Iterable
content
Deep
Eq()
content
Eq()
is
In()
is
Not
In()
dev.
mokkery.
matcher.
logical
Skip to content
and()
Logical
Matchers
Skip to content
And
Not
Or
not()
or()
dev.
mokkery.
matcher.
nullable
Skip to content
not
Null()
Not
Null
Matcher
dev.
mokkery.
matcher.
varargs
Skip to content
any
Varargs()
any
Varargs
Boolean()
any
Varargs
Byte()
any
Varargs
Char()
any
Varargs
Double()
any
Varargs
Float()
any
Varargs
Int()
any
Varargs
Long()
any
Varargs
Short()
any
Varargs
UByte()
any
Varargs
UInt()
any
Varargs
ULong()
any
Varargs
UShort()
Var
Arg
Matcher
Skip to content
All
That
Any
Of
Any
That
Base
varargs
All()
varargs
Any()
varargs
Boolean
All()
varargs
Boolean
Any()
varargs
Byte
All()
varargs
Byte
Any()
varargs
Char
All()
varargs
Char
Any()
varargs
Double
All()
varargs
Double
Any()
varargs
Float
All()
varargs
Float
Any()
varargs
Int
All()
varargs
Int
Any()
varargs
Long
All()
varargs
Long
Any()
varargs
Short
All()
varargs
Short
Any()
varargs
UByte
All()
varargs
UByte
Any()
varargs
UInt
All()
varargs
UInt
Any()
varargs
ULong
All()
varargs
ULong
Any()
varargs
UShort
All()
varargs
UShort
Any()
mokkery-runtime
/
dev.mokkery.answering
/
FunctionScope
/
callSuspendSuper
call
Suspend
Super
suspend
fun
callSuspendSuper
(
superType
:
KClass
<
*
>
,
args
:
List
<
Any
?
>
)
:
Any
?
(
source
)
Just like
callSuper
but for suspend calls.