Comparing
class Comparing<T : Comparable<T>>(val value: T, val type: ArgMatcher.Comparing.Type) : ArgMatcher<T> , Renderable(source)
Matches any Comparable depending on type parameter.
Properties
Functions
Link copied to clipboard
Helper function to propagate capture for dev.mokkery.matcher.ArgMatcher.Composite.
Link copied to clipboard
Returns human-readable representation of this object.