throwsException top-level constant Null safety
A matcher for functions that throw Exception.
Implementation
const Matcher throwsException = Throws(isException)
A matcher for functions that throw Exception.
const Matcher throwsException = Throws(isException)