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