InterfaceIInstanceScope<TContainer>
Interface
Specifies instance scope for the expectation.
Definition
Namespace:Telerik.JustMock.Expectations.Abstraction
Assembly:Telerik.JustMock.dll
Type Parameters:
TContainer
Syntax:
cs-api-definition
public interface IInstanceScope<TContainer>
Methods
IgnoreInstance()
Defines that the expectation should occur for all instance.
Declaration
cs-api-definition
TContainer IgnoreInstance()
Returns
TContainer