如何在 Swift Quick Nimble 中执行 beforeAll
How to do beforeAll in Swift Quick Nimble
在 Jasmine 中,可以在 describe 中使用 beforeAll() 块,并且 运行 在该 describe 中的所有 it 块之前。在 Swift 中的 XCUITest (xcode) 中的 Quick/Nimble BDD 框架中是否有与此等效的东西?我只能找到 beforeSuite() 但那是 运行 在所有描述块之前。
在 Jasmine 中,可以在 describe 中使用 beforeAll() 块,并且 运行 在该 describe 中的所有 it 块之前。在 Swift 中的 XCUITest (xcode) 中的 Quick/Nimble BDD 框架中是否有与此等效的东西?我只能找到 beforeSuite() 但那是 运行 在所有描述块之前。