Method | Description | |
---|---|---|
ExactCountOperator ( int expectedCount ) : System |
Construct an ExactCountOperator for a specified count
|
|
Reduce ( NUnit.Framework.Constraints.ConstraintBuilder stack ) : void |
Reduce produces a constraint from the operator and any arguments. It takes the arguments from the constraint stack and pushes the resulting constraint on it.
|
public ExactCountOperator ( int expectedCount ) : System | ||
expectedCount | int | The expected count |
return | System |
public Reduce ( NUnit.Framework.Constraints.ConstraintBuilder stack ) : void | ||
stack | NUnit.Framework.Constraints.ConstraintBuilder | |
return | void |