StringNullableAssertions extension

on

Methods

shouldBeNullOrBlank() → void
Asserts that the value is null or blank.
shouldBeNullOrEmpty() → void
Asserts that the value is null or empty.
shouldNotBeNullOrBlank() → void
Asserts that the value is not null nor blank.
shouldNotBeNullOrEmpty() → void
Asserts that the value is not null nor empty.