Version 1.2.0
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.