toggle menu
mobiuskt
1.3.1-SNAPSHOT
common
switch theme
search in API
mobiuskt-test
/
kt.mobius.test
/
RecordingConnection
Recording
Connection
class
RecordingConnection
<
V
>
:
RecordingConsumer
<
V
>
,
Connection
<
V
>
Members
Constructors
Recording
Connection
Link copied to clipboard
constructor
(
)
Properties
disposed
Link copied to clipboard
@
Volatile
var
disposed
:
Boolean
Functions
accept
Link copied to clipboard
open
override
fun
accept
(
value
:
V
)
assert
Values
Link copied to clipboard
fun
assertValues
(
vararg
expectedValues
:
V
)
assert
Values
In
Any
Order
Link copied to clipboard
fun
assertValuesInAnyOrder
(
vararg
expectedValues
:
V
)
clear
Values
Link copied to clipboard
fun
clearValues
(
)
dispose
Link copied to clipboard
open
override
fun
dispose
(
)
value
Count
Link copied to clipboard
fun
valueCount
(
)
:
Int