isAssertionError top-level property

Matcher isAssertionError
final

A matcher for AssertionError.

This is equivalent to isInstanceOf<AssertionError>().

See also:

Implementation

final Matcher isAssertionError = isInstanceOf<AssertionError>()