Interface IBehaviorExpectation
Namespace: AutoFixture.Idioms
Assembly: AutoFixture.Idioms.dll
Represents an expectation about the behavior when an IGuardClauseCommand is
invoked.
public interface IBehaviorExpectationRemarks
This interface is a rather specialized interface supporting the implementation of `GuardClauseAssertion`.
Methods
Verify(IGuardClauseCommand)
Verifies the behavior of the command.
void Verify(IGuardClauseCommand command)Parameters
command IGuardClauseCommand
The command whose behavior must be examined.