我可以测试我的核心数据模型吗?
有没有办法可以将具有属性等的示例对象加载到 AppDelegate DidFinishLaunchingWithOptions 中。然后我可以测试我所有的表视图等,核心数据的所有内容都加载正常。一旦没问题,我可以修改方法来接受用户输入而不是预加载的数据吗?
Is there a way I can load a sample object with properties etc into AppDelegate DidFinishLaunchingWithOptions. Then I can test all my tableViews etc that everything from core data is loading up fine. Once it is fine, I can modify the methods to take in user input instead of the preloaded data?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这篇文章可能是什么您正在寻找核心数据单元测试方法。
This article might be what you're looking for in terms of Core Data unit testing approaches.