throwsAssertionError top-level property

Matcher throwsAssertionError
final

A matcher for functions that throw AssertionError.

This is equivalent to throwsA(isInstanceOf<AssertionError>()).

See also:

Implementation

final Matcher throwsAssertionError = throwsA(isAssertionError)