IIgnorable<TContainer>
Interface
Arrangement filtering interface.
Definition
Namespace:Telerik.JustMock.Expectations.Abstraction
Assembly:Telerik.JustMock.dll
Type Parameters:
TContainer
Syntax:
C#
public interface IIgnorable<TContainer> : IWhen<TContainer>
Derived Classes:
Inherited Members
Methods
Specifies to ignore any argument for the target call.
C#
TContainer IgnoreArguments()
TContainer
Func or Action Container
Specifies an additional condition that must be true for this arrangement to be considered when the arranged member is called. This condition is evaluated in addition to the conditions imposed by any argument matchers in the arrangement.
This method allows a more general way of matching arrangements than argument matchers do.