Skip to content

Dev Tools v.1.0.5

Compare
Choose a tag to compare
@MrUnbelievable92 MrUnbelievable92 released this 24 Dec 04:08

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)".