XCTestCase
class XCTestCase : XCTest
-
Provides a succinct syntax for performing simple asynchronous tests.
Declaration
Swift
public func MTKWaitThenContinueTest(after timeInterval: TimeInterval)Parameters
timeIntervalThe number of seconds to wait before continuing execution of the test.
View on GitHub
XCTestCase Extension Reference