throwsUnimplementedError top-level constant

const throwsUnimplementedError = const Throws(isUnimplementedError)

A matcher for functions that throw Exception.

Implementation

const Matcher throwsUnimplementedError =
    // ignore: deprecated_member_use
    Throws(isUnimplementedError)