54 + callback.onFinish();
This is in the finally block, so you'll call it twice on out-of-error. Maybe also check that it's called only once here, as in all other tests.
595 + atLeast(1).of(nodeCallback).onFinish(); 596 + inSequence(requestSequence);
242 + if ("from_generation".equals(jp.getCurrentName())) { 243 + // Ignore. 244 + } else
Do you need this?
« Back to merge proposal
54 + callback. onFinish( );
This is in the finally block, so you'll call it twice on out-of-error. Maybe also check that it's called only once here, as in all other tests.
595 + atLeast( 1).of(nodeCallb ack).onFinish( ); requestSequence );
596 + inSequence(
242 + if ("from_ generation" .equals( jp.getCurrentNa me())) {
243 + // Ignore.
244 + } else
Do you need this?