ausgoo
ausgoo

Reputation: 267

I want to find Java open source projects with many unit testcases

We are doing some research on automatic debugging for java programs. We want to find some Java open source projects with large set of unit testcases (Junit).

Anyone has some recommendations?

Thank you so much.

Zhongxian

Upvotes: 0

Views: 816

Answers (4)

Diego Torres Milano
Diego Torres Milano

Reputation: 69426

Android CTS has more than 10000 tests.

Upvotes: 2

John S.
John S.

Reputation: 2007

if you go here you can use regex as your search query to find lots of projects with lots of unit tests or any mix you desire: http://google.com/codesearch

Upvotes: 3

duffymo
duffymo

Reputation: 309028

Spring Framework.

Upvotes: 1

Frank Schwieterman
Frank Schwieterman

Reputation: 24478

Lucene (@http://wiki.apache.org/lucene-java/HowToContribute)

Upvotes: 2

Related Questions