Skip to content

Version 1.2.0

Compare
Choose a tag to compare
@g-mark g-mark released this 07 Oct 11:53
· 111 commits to develop since this release

Adds a way to configure the time out for view life cycle assertions (assertPresentation, assertRoot, etc.).

This configuration is per XCTestCase subclass. For more granular control, the pre-existing timeout parameters can be used.

To override the timeout for an XCTestCase subclass, add AssertionTimeoutOverride conformance to your subclass, and provide a value for defaultLassoAssertionTimeout to use a custom timeout.