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