We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@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.
Adding the above test fails. I'm assuming other tests will fail similarly when the start value given is outside of the range.