Capture

interface Capture<in T>

Container for captured values. If dev.mokkery.matcher.ArgMatcher implements this interface, Capture.capture is called on full match (all matchers for given call match). Implementing Capture is not recommended. Use CaptureMatcher.

Inheritors

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun capture(value: T)