Private
The mock object of the given type "T" to inject as a substitute to a concrete implementation
Configure what the mock object will return when a given member is accessed
Configure a setup that will only resolve on the first time the member is registered
Configure a set of setups that will only resolve on the first time the member is registered
Return the number of times a given member was referenced
Make an assertion that a given member was referenced a given number of times
Optional
Generated using TypeDoc
The mock object of the given type "T" to inject as a substitute to a concrete implementation