isNonPositive property

void isNonPositive

Checks that the tested num is not positive.

Implementation

void get isNonPositive {
  test.expect(value, test.isNonPositive);
}