开发者

Example of application covered with tests

开发者 https://www.devze.com 2023-01-18 09:26 出处:网络
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 prog

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


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

0

精彩评论

暂无评论...
验证码 换一张
取 消