ObjectAssertions<T>.NotBeNull Method
Definition
Asserts that the value is not null.
public ObjectAssertionsChain<T> NotBeNull();
Returns
An ObjectAssertionsChain<T> for chaining further assertions.
Asserts that the value is not null.
public ObjectAssertionsChain<T> NotBeNull();
An ObjectAssertionsChain<T> for chaining further assertions.