Package-level declarations
Types
Link copied to clipboard
Checks if given argument satisfies provided conditions.
Link copied to clipboard
interface ArgMatchersScope
Scope for registering argument matchers.
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
Link copied to clipboard
Matches an argument by calling given function. Also, it returns function name on Any.toString.