Interface TestQueueGenerator<E>

All Superinterfaces:
TestCollectionGenerator<E>, TestContainerGenerator<Collection<E>,E>
All Known Implementing Classes:
TestStringQueueGenerator

@GwtCompatible public interface TestQueueGenerator<E> extends TestCollectionGenerator<E>
Creates queues, containing sample elements, to be tested.
Author:
Jared Levy
  • Method Details