iOSAlertViewActionSheetUnitTesting:对UIAlertView和UIActionSheet的单元测试支持

时间:2024-05-30 22:17:19
【文件属性】:

文件名称:iOSAlertViewActionSheetUnitTesting:对UIAlertView和UIActionSheet的单元测试支持

文件大小:1.06MB

文件格式:ZIP

更新时间:2024-05-30 22:17:19

Objective-C

该存储库已弃用。 请改用 。 谢谢! 单元测试警报和操作表 有没有想过是否可以为警报和操作表编写单元测试? 这是我用来TDD UIAlertView和UIActionSheet代码的系统。 示例项目包括两个版本的测试:一个版本为普通OCUnit,另一个版本为 。 不需要OCHamcrest-但比较测试代码(尤其是检查otherButtonTitles NSArray),您会明白为什么我偏爱它。 有关更多讨论,请参阅我的博客文章。


【文件预览】:
iOSAlertViewActionSheetUnitTesting-master
----Example()
--------AlertViewActionSheetExampleTests()
--------AlertViewActionSheetExample()
--------AlertViewActionSheetExample.xcodeproj()
----TestSupport()
--------JMRMockActionSheet.h(1KB)
--------JMRMockActionSheet.m(1KB)
--------JMRMockAlertView.m(1KB)
--------JMRMockAlertView.h(965B)
--------JMRMockActionSheetVerifier.h(604B)
--------JMRMockActionSheetVerifier.m(1KB)
--------JMRMockAlertViewVerifier.h(547B)
--------LICENSE.txt(1KB)
--------JMRMockAlertViewVerifier.m(991B)
----.gitignore(46B)
----README.md(782B)

网友评论