Global Variables
The following global variables are available globally.
-
Global backing interface for assertions that Nimble creates. Defaults to a private test handler that passes through to XCTest.
If XCTest is not available, you must assign your own assertion handler before using any matchers, otherwise Nimble will abort the program.
@see AssertionHandler
Declaration
Swift
public var NimbleAssertionHandler: AssertionHandler
-
Undocumented
Declaration
Swift
public let DefaultDelta: Double