SWE 637 Homework 5
Spring 2019
Control Flow Coverage Tools


Use a Java code coverage tool to build and analyze a test set for for some class in java.util. (You can find the source code with Google.) You should strive to get the coverage as high as possible. To execute the code in isolation, you may have to change the code in some minor ways (eg by renaming). You may also remove some code if it proves especially problematic for you. You should document any changes you made for test purposes. Notice that the classes vary quite a bit in size.

You should turn in a report that

You should format your tests as JUnit tests.

Notes: