Package-level declarations
Types
Functions
Link copied to clipboard
Matches any argument.
Link copied to clipboard
Matches argument that is greater than value.
Link copied to clipboard
Matches an argument that is greater than or equal to value.
Link copied to clipboard
Matches argument that is less than value.
Link copied to clipboard
Matches an argument that is less than or equal to value.
Link copied to clipboard
Matches argument that satisfies a matcher. Cannot be used with ArgMatcher.Composite. Use matchesComposite instead.
Matches an argument according to the predicate. Registered matcher Any.toString calls toString.
Link copied to clipboard
Matches an argument by calling given function. Also, it returns function name on Any.toString.
Link copied to clipboard
fun <T : R, R> MokkeryMatcherScope.matchesComposite(vararg matchers: T, builder: (List<ArgMatcher<T>>) -> ArgMatcher.Composite<R>): R
Link copied to clipboard
DEPRECATED: Renamed to matchesBy