We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
@Test public void closedBackwardTest() { verify(closedBackward(bb(9), bb(3)), 8, 6, 4); ... }
Adding the above test fails. I'm assuming other tests will fail similarly when the start value given is outside of the range.