包含测试的应用程序示例
是否有可供下载的示例/开源应用程序,其中包含测试(集成、单元等),并且可以举例说明如何进行测试?我们想学习我们的初级程序员如何编写测试(好吧好吧,我们(前辈)也想学习:))
谢谢
is there sample/open_source application for download that is covered with tests(integration, unit, ...) and could be example how testing should be done? We want to learn our junior programmers how tests should be written(ok ok, and we(seniors) want to learn, too :))
Thanx
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我敢打赌 JUnit 框架很好地涵盖了单元测试:-)
您可以从 此处 .
I would bet the JUnit framework is well covered with unit tests :-)
You can download the sources from here .
查看声纳的公共指标。它扫描了很多开源项目。只需选择覆盖率最高的项目即可;)
开源项目覆盖率列表
Have a look at public metrics of sonar. It scans a lot of open-source projects. Just pick the ones with the highest coverage ;)
Coverage list open-source projects