Class QueueOfferTester<E>

All Implemented Interfaces:
junit.framework.Test

@GwtCompatible public class QueueOfferTester<E> extends AbstractQueueTester<E>
A generic JUnit test which tests offer operations on a queue. Can't be invoked directly; please see CollectionTestSuiteBuilder.
Author:
Jared Levy
  • Constructor Details

    • QueueOfferTester

      public QueueOfferTester()
  • Method Details

    • testOffer_supportedNotPresent

      public void testOffer_supportedNotPresent()
    • testOffer_nullSupported

      public void testOffer_nullSupported()
    • testOffer_nullUnsupported

      public void testOffer_nullUnsupported()