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 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, because I didn't see any JUnit 4 annotations either.

I was hoping to work with Ustav a bit on some of the collections code, but
wanted to make sure we could run all of the unit tests first.

Can anyone give us a bit of help on this?

Thanks!

Landon


Reply via email to