dmocks.mocks

Members

Aliases

ExternalCall
alias ExternalCall = ExpectationSetup

backward compatibility alias

Classes

ExpectationSetup
class ExpectationSetup

An ExpectationSetup object allows you to set various properties of the expectation, such as: - what action should be taken when method matching expectation is called - return value, action to call, exception to throw, etc

Mocker
class Mocker

A class through which one creates mock objects and manages expectations about calls to their methods.

Meta