throwsApiRequestException function

Matcher throwsApiRequestException([
  1. Matcher? errorMatcher
])

Implementation

Matcher throwsApiRequestException([Matcher? errorMatcher]) =>
    throwsA(allOf(isA<ApiRequestException>(), errorMatcher));