IPrerequisite
Interface
Defines the prerequisite for mock setups.
Definition
Namespace:Telerik.JustMock.Expectations.Abstraction
Assembly:Telerik.JustMock.dll
Syntax:
C#
public interface IPrerequisite
Derived Classes:
Properties
Methods
Specifies that a call should occur only after all of the given prerequisites have been met.
C#
IAssertable AfterAll(params IPrerequisite[] prerequisites)