Re: Method of Unit Testing for Collections

2016-08-25 Thread Pascal Schumacher
I took a look a some tests, some are using JUnit 3 (e.g. ArrayStackTest) and others are using JUnit 4 (e.g. BagUtilsTest). You should be able to run the with mvn test from the command line and as JUnit tests in your IDE. Cheers, Pascal Am 25.08.2016 um 18:51 schrieb Landon Blake: I was taki

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, becau