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