InterfaceILocalExpectation
Interface
Exposes options for arranging and asserting expectations on local functions.
Definition
Namespace:Telerik.JustMock.Expectations.Abstraction.Local
Assembly:Telerik.JustMock.dll
Syntax:
cs-api-definition
public interface ILocalExpectation
Properties
Function
Arrange and assert expectations on local functions.
Declaration
cs-api-definition
IFunctionExpectation Function { get; }
Property Value