throwsConcurrentModificationError top-level constant

Matcher const throwsConcurrentModificationError

A matcher for functions that throw ConcurrentModificationError.

See throwsA for objects that this can be matched against.

Implementation

const Matcher throwsConcurrentModificationError =
    Throws(isConcurrentModificationError);