Class CollectionSerializationEqualTester<E>

  • 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