InterfaceIMockMixin
An implementation detail interface. Not intended for external usage.
Definition
Namespace:Telerik.JustMock.Core
Assembly:Telerik.JustMock.dll
Syntax:
public interface IMockMixin
Properties
DeclaringType
The type of the mock associated with this mixin.
DependentMocks
A collection of mocks that are dependent on this one. Dependent mocks are recursively asserted. Dependent mocks are added for example by arranging a call on this mock to return another mock.
ExternalizedMock
Set to the object for which this instance is an external mock mixin
FallbackBehaviors
Behaviors to process when there was no method mock for a dispatched invocation.
IsInstanceConstructorMocked
True if the constructor of the associated instance should be mocked
IsStaticConstructorMocked
True if the static constructor of the associated type should be mocked.
Originator
The repository that first created this mock mixin.
Repository
The repository that created this mock, or the repository that made the last arrangement for this mock, if this mock has been used in different contexts.
Declaration
MocksRepository Repository { get; set; }
Property Value
SupplementaryBehaviors
Behaviors that are processed after the behaviors for any method mock are processed.