DecimalAssertions.NotBeNegative Method
Definition
Asserts that the decimal value is not negative.
public DecimalAssertionsChain NotBeNegative();
Returns
A DecimalAssertionsChain for chaining further assertions.
Asserts that the decimal value is not negative.
public DecimalAssertionsChain NotBeNegative();
A DecimalAssertionsChain for chaining further assertions.