IMustBeCalled
Interface
Defines an operation that marks a expectation as must.
Definition
Namespace:Telerik.JustMock.Expectations.Abstraction
Assembly:Telerik.JustMock.dll
Syntax:
C#
public interface IMustBeCalled
Derived Classes:
Methods
Specifies that the mock call should be invoked to pass Mock.Assert<T>(T)
C#
IDisposable MustBeCalled(string message = null)
Disposable object that can be used to disable this arrangement.