throwsNullThrownError top-level constant
A matcher for functions that throw NullThrownError.
Implementation
const Matcher throwsNullThrownError = Throws(isNullThrownError);
A matcher for functions that throw NullThrownError.
const Matcher throwsNullThrownError = Throws(isNullThrownError);