Skip to content

Assert.Negative

Mikkel Nylander Bundgaard edited this page Jun 13, 2017 · 5 revisions

Asserts that a number is negative.

//true
Assert.Negative(-1);
//false
Assert.Negative(1);
Clone this wiki locally