doesNotComplete top-level property
final
Matches a Future that does not complete.
Note that this creates an asynchronous expectation. The call to
expect()
that includes this will return immediately and execution will
continue.
Implementation
final Matcher doesNotComplete = const _DoesNotComplete()