throwsFormatException top-level constant
A matcher for functions that throw FormatException.
Implementation
const Matcher throwsFormatException =
// ignore: deprecated_member_use
Throws(isFormatException)
A matcher for functions that throw FormatException.
const Matcher throwsFormatException =
// ignore: deprecated_member_use
Throws(isFormatException)