test/expect/null library

Functions

expectNonNull(dynamic nullable, {String? reason, dynamic skip}) → void
Expect that nullable is not null.
expectNull(dynamic nullable, {String? reason, dynamic skip}) → void
Expect that nullable is null.