Package-level declarations
Types
Link copied to clipboard
class CallArgument
Argument for a mocked method call. It is a combination of a parameter and value.
Link copied to clipboard
Represents a function call with given args.
Properties
Link copied to clipboard
Return values of all FunctionCall.args.
Functions
Link copied to clipboard
Returns CallArgument.value of argument at index from FunctionCall.args and expects that it is an instance of type T.