Re: Corpus of Java source code with JUnit

2012-05-25 Thread Derek M Jones
Sebastian, I'm looking for a corpus/collection of Java source code. The corpus This is one of the better ones: http://qualitascorpus.com/ should comprise multiple projects that come with JUnit test cases that pass and have good test coverage. This is the flying pig part of your request.

Re: Corpus of Java source code with JUnit

2012-05-25 Thread Sebastian Lohmeier
I'm looking for a corpus/collection of Java source code. The corpus This is one of the better ones: http://qualitascorpus.com/ Thanks, Derek! should comprise multiple projects that come with JUnit test cases that pass and have good test coverage. This is the flying pig part of your

Re: Corpus of Java source code with JUnit

2012-05-25 Thread Lorin Hochstein
On May 25, 2012, at 7:56 AM, Sebastian Lohmeier wrote: I'm looking for a corpus/collection of Java source code. The corpus should comprise multiple projects that come with JUnit test cases that pass and have good test coverage. I want to test a new programming construct that is supposed

Re: Corpus of Java source code with JUnit

2012-05-25 Thread Derek M Jones
Sebastian, should comprise multiple projects that come with JUnit test cases that pass and have good test coverage. This is the flying pig part of your request. Wouldn't it be possible in theory? I'm sure you can find plenty of Java software that comes with some kind of test suite. Unit