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