views:

42

answers:

2

Hi guys,

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

+2  A: 

I would bet the JUnit framework is well covered with unit tests :-)

You can download the sources from here .

Péter Török
+1  A: 

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

manuel aldana