SWE 637 Homework 7
Spring 2012
Logic testing


Revisit the equals() method from java.util.AbstracList. Produce a set of JUnit tests that achieves RACC coverage.
Write a report describing your activities. In particular, note the difference between the RACC set and the Edge-Coverage set developed in Quiz 4.

Alternate "tools" assignment: Select an MCDC (which, of course, is the same as ACC) tool and apply it to some (larger) artifact.
Write a report describing your activities.