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 测试类添加测试?我查看了快速帮助,并且有一些方法可以添加新的测试类和目标,但不能将测试添加到预先存在的测试类中。仅仅创建类的新方法也无济于事。谢谢
如果您的测试类扩展XCTestCase并位于测试目标中,则任何test以不带参数开头的方法都将作为测试执行。
XCTestCase
test