isEmptyLoadingState top-level property

Matcher isEmptyLoadingState
getter/setter pair

A matcher that matches a resource state that is loading and all other properties (key, value, source, error) are null.

Implementation

Matcher isEmptyLoadingState = isInitialLoadingState(isNull);