如何使用 STAssertTrue 访问对象的属性
如何在单元测试中使用 STAssertTrue 访问对象的属性?
我无权访问我的对象的属性,但我想进行比较?
How do I access the properties of my object using STAssertTrue in unit tests?
I don't have access to the properties of my object and I want to do a comparison?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以像往常一样访问对象属性,所以我猜您正在谈论缺少代码完成...我认为这是一个 xcode bug,如果您想要代码完成,您必须在调用 STAssertTrue() (或任何其他 OCUnit)之前键入宏),例如:
You can access object properties as usual, so I guess you are talking about missing code completion... I think is an xcode bug, if you want code completion, you have to type before a call to STAssertTrue() (or any others OCUnit macro), like: