Please look at the following code:

public void testGetNextVisualPositionFrom_Right_01Edge_NonFlipped()
        throws BadLocationException {

        boxViewFlip = false;

        // Forward
        assertNextPosition(7, Forward, 6, Forward, View.EAST);
        assertEquals(2, visPosCalled.size());


The test fails at the following point. It doesn't insert any elements but
checks for 2. Is this simply a mistake made in the test?


Regards,

Tharindu

Reply via email to