I found this line of code in a test suite I was modifying.
assertEquals("Next number must increment ", next == next, next > first);
Comments