Dev Tools v.1.0.5
Added sign checks:
Assert.IsNonNegative
Assert.IsNotPositive
Assert.IsNegative
Assert.IsPositive
which express the programmer's intention more clearly than "Assert.IsNotSmaller(value, 0)" or "Assert.IsGreater(value, -1)".
Added sign checks:
Assert.IsNonNegative
Assert.IsNotPositive
Assert.IsNegative
Assert.IsPositive
which express the programmer's intention more clearly than "Assert.IsNotSmaller(value, 0)" or "Assert.IsGreater(value, -1)".