throwsException top-level constant
A matcher for functions that throw Exception.
Implementation
const Matcher throwsException =
// ignore: deprecated_member_use
Throws(isException)
A matcher for functions that throw Exception.
const Matcher throwsException =
// ignore: deprecated_member_use
Throws(isException)