throwsNoSuchMethodError top-level constant
A matcher for functions that throw NoSuchMethodError.
See throwsA for objects that this can be matched against.
Implementation
const Matcher throwsNoSuchMethodError = Throws(isNoSuchMethodError);
A matcher for functions that throw NoSuchMethodError.
See throwsA for objects that this can be matched against.
const Matcher throwsNoSuchMethodError = Throws(isNoSuchMethodError);