Interface IMustBeCalled
Defines an operation that marks a expectation as must.
Namespace: Telerik.JustMock.Expectations.Abstraction
Assembly: Telerik.JustMock.dll
Syntax
public interface IMustBeCalled
Methods
MustBeCalled(String)
Specifies that the mock call should be invoked to pass
Declaration
IDisposable MustBeCalled(string message = null)
Parameters
System.String
message
|
Returns
System.IDisposable
Disposable object that can be used to disable this arrangement. |