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