Class CollectionToStringTester<E>

  • All Implemented Interfaces:
    junit.framework.Test

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

      • CollectionToStringTester

        public CollectionToStringTester()
    • Method Detail

      • 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()