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