Class CollectionToStringTester<E>

All Implemented Interfaces:
junit.framework.Test

@GwtCompatible public class CollectionToStringTester<E> extends AbstractCollectionTester<E>
A generic JUnit test which tests toString() operations on a collection. Can't be invoked directly; please see CollectionTestSuiteBuilder.
Author:
Kevin Bourrillion
  • Constructor Details

    • CollectionToStringTester

      public CollectionToStringTester()
  • Method Details

    • testToString_minimal

      public void testToString_minimal()
    • testToString_size0

      public void testToString_size0()
    • testToString_size1

      public void testToString_size1()
    • testToString_sizeSeveral

      public void testToString_sizeSeveral()
    • testToString_null

      public void testToString_null()