Class CollectionSerializationEqualTester<E>

java.lang.Object
junit.framework.Assert
All Implemented Interfaces:
junit.framework.Test

@GwtCompatible public class CollectionSerializationEqualTester<E> extends AbstractCollectionTester<E>
Basic reserialization test for collection types that must preserve equals() behavior when reserialized. (Sets and Lists, but not bare Collections.)
Author:
Louis Wasserman
  • Constructor Details

    • CollectionSerializationEqualTester

      public CollectionSerializationEqualTester()
  • Method Details

    • testReserialize

      public void testReserialize()