KMock
/
tech.antibytes.kmock
/
KMockContract
/
Reference
common
Reference
data class
Reference
(proxy:
KMockContract.Proxy
<*, *>, callIndex:
Int
)
Content copied to clipboard
Reference to a Proxy invocation. Intended for internal usage only!
Author
Matthias Geisler
Constructors
Properties
Constructors
Reference
Link copied to clipboard
common
fun
Reference
(proxy:
KMockContract.Proxy
<*, *>, callIndex:
Int
)
Content copied to clipboard
Properties
callIndex
Link copied to clipboard
common
val
callIndex
:
Int
Content copied to clipboard
The referenced Call.
proxy
Link copied to clipboard
common
val
proxy
:
KMockContract.Proxy
<*, *>
Content copied to clipboard
The referenced Proxy.