IntegerAssertions<T>.NotBeNegative Method
Definition
Asserts that the integer value is not negative.
public IntegerAssertionsChain<T> NotBeNegative();
Returns
An IntegerAssertionsChain<T> for chaining further assertions.
Asserts that the integer value is not negative.
public IntegerAssertionsChain<T> NotBeNegative();
An IntegerAssertionsChain<T> for chaining further assertions.