Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有谁知道这是否可能?
默认情况下,Xcode 会启动 UI 自动化测试,它会在类中找到以“test”开头的方法。当我围绕 XCUITest 编写测试框架时,这种启动测试的方式非常不灵活。
我希望能够在我的框架中提供工具来以编程方式注册测试类和启动测试,而不是 Xcode 为我做这件事。
我不完全确定您要实现什么,但我建议您查看XCTestSuite 类参考。您应该能够以编程方式注册测试类。