StringAssertions.NotBeNullOrEmpty Method
Definition
Asserts that the string is not null or empty.
public StringAssertionsChain NotBeNullOrEmpty();
Returns
A StringAssertionsChain for chaining further assertions.
Asserts that the string is not null or empty.
public StringAssertionsChain NotBeNullOrEmpty();
A StringAssertionsChain for chaining further assertions.