ConstraintExpression.

Positive Property

Summary

Returns a constraint that tests for a positive value
Namespace
TCLite.Constraints
Containing Type
ConstraintExpression

Syntax

public GreaterThanConstraint<int> Positive { get; }

Value

Type Description
GreaterThanConstraint<int>