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