Skip to content

StringAssertions.NotBeNullOrEmpty Method

Definition

Asserts that the string is not null or empty.

public StringAssertionsChain NotBeNullOrEmpty();

Returns

StringAssertionsChain

A StringAssertionsChain for chaining further assertions.