Class QueueOfferTester<E>

  • All Implemented Interfaces:
    junit.framework.Test

    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.
    • Constructor Detail

      • QueueOfferTester

        public QueueOfferTester()
    • Method Detail

      • testOffer_supportedNotPresent

        public void testOffer_supportedNotPresent()
      • testOffer_nullSupported

        public void testOffer_nullSupported()
      • testOffer_nullUnsupported

        public void testOffer_nullUnsupported()