shouldBePositive method

void shouldBePositive()

Asserts that the value is greater than zero.

Implementation

void shouldBePositive() => expect(this, isPositive);