Method of Unit Testing for Collections

2016-08-25 Thread Landon Blake
I was taking a look at the code for Collections. I did see a big set of unit tests. However, I couldn't figure out what library was being used to run the unit tests. I didn't see any JUnit import statements in the beginning of any of the test classes, and if they are unit tests, they are old,

Re: Help for a Newbie

2016-08-15 Thread Landon Blake
Utsav: I've been meaning to do a little bit of clean-up and unit testing in the Collections package of Apache Commons. Perhaps we could work together. Ping me if your interested and I'll take a look at the code to see if there is a small task we can tackle together. Its great that you want to

Finding a Place to Help

2015-06-16 Thread Landon Blake
I'm interested in helping a bit with Jakarta Commons. Is there anyone currently working on the BeanUtils or Collections modules? What about the image IO modules? I thought I might start by dressing up the documentation or writing some unit tests for one of those modules if they are currently

Re: Finding a Place to Help

2015-06-16 Thread Landon Blake
:21 AM, Landon Blake sunburned.surve...@gmail.com wrote: I'm interested in helping a bit with Jakarta Commons. Is there anyone currently working on the BeanUtils or Collections modules? What about the image IO modules? I thought I might start by dressing up the documentation or writing