public class RetransmissionQueueImplTest extends Assert (Code)
Test resend logic.
Method Summary
T
createMock(Class<T> toMock) Creates a mock object ensuring it remains referenced, so as to
avoid garbage collection and attendant issues with finalizer
calls on mocks.
Creates a mock object ensuring it remains referenced, so as to
avoid garbage collection and attendant issues with finalizer
calls on mocks.
Parameters: toMock - the class to mock up the mock object