Classes
-The following classes are available globally.
- --
-
-
- --
- - - MMMLoadableExpectation -
-- --- - ---Convenience for using XCTest’s expectations with loadables.
- -You can use custom predicates that are evaluated whenever a loadable changes:
-
- -wait(for: [ MMMLoadableExpectation(favorites) { $0.isContentsAvailable } ], timeout: 1) -
Or you can use one of convenience initializers:
-
- - See more -wait(for: [ MMMLoadableExpectation(contentsAvailableFor: favorites) ], timeout: 1) -
-