Any

data object Any : ArgMatcher<Any?> , Renderable(source)

Matches any argument.

Functions

Link copied to clipboard
open override fun matches(arg: Any?): Boolean
Link copied to clipboard

Helper function to propagate capture for dev.mokkery.matcher.ArgMatcher.Composite.

Link copied to clipboard
context(scope: MokkeryRenderingScope)
open override fun render(): String

Returns human-readable representation of this object.