KMock Contract
Types
Constraint for granular Argument verification.
Provider for Assertions.
Insurance that given Proxies are covered by the AssertionChain.
Asynchronous function Proxy in order to stub/mock asynchronous function behaviour.
Combination of AssertionInsurance and AssertionContext
Provider for Assertions.
Handle with the aggregated information of a Proxy invocation. Intended for internal usage only!
Shared Properties of synchronous and asynchronous functions Proxies.
Binds a SpyTarget to a invocation.
Configurator for non intrusive behaviour of FunProxies.
Configurator for non intrusive behaviour of PropertyProxies.
Proxy in order to stub/mock property behaviour.
Binds a SpyTarget to a invocation.
Base Proxy definition
Entrypoint to instantiate a Proxy.
Definition of simple setter methods which are equal for Fun- and PropertyProxies.
Mitigator of the strict assignment policy for multiple SideEffects
Reference to a Proxy invocation. Intended for internal usage only!
Configures non intrusive behaviour for Proxies.
Configures non intrusive Behaviour for FunProxies.
Configures non intrusive Behaviour for PropertyProxies.
Builder for chained SideEffects.
Synchronous function Proxy in order to stub/mock synchronous function behaviour.
Provider for Verification.