Companion

object Companion

Properties

Link copied to clipboard

Verifies that each function call occurred at least once in any order and there is no more calls.

Link copied to clipboard

Verifies that given calls occurred in exact same order and there is no more calls.

Link copied to clipboard

Verifies that none of the specified calls occurred.

Link copied to clipboard

Verifies that given calls occurred in specified order. It allows other calls in between.

Link copied to clipboard

Verifies that each function call occurred at least once in any order. It allows unverified calls.

Functions

Link copied to clipboard

Verifies that each function call occurred at least n times. It allows unverified calls.

Link copied to clipboard

Verifies that each function call occurred at least once and at most n times. It allows unverified calls.

Link copied to clipboard

Verifies that each function call occurred exactly n times. It allows unverified calls.

Link copied to clipboard

Verifies that number of calls for each function is within the given range. It allows unverified calls.