shouldNotBePositive method

void shouldNotBePositive()

Asserts that the value is less or equal zero.

Implementation

void shouldNotBePositive() => expect(this, isNonPositive);