NotNullMatcher
class NotNullMatcher<T>(val matcher: ArgMatcher<T & Any>) : ArgMatcher.Composite<T> , Renderable(source)
Matches an argument that is not null and matches matcher.
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.