10111213141516
public class DifferentComparatorTest { private DifferentComparator comp; @Before public void setup() { this.comp = new DifferentComparator(); }