Class CollectionToArrayTester<E>

All Implemented Interfaces:
junit.framework.Test

@GwtCompatible(emulated=true) public class CollectionToArrayTester<E> extends AbstractCollectionTester<E>
A generic JUnit test which tests toArray() operations on a collection. Can't be invoked directly; please see CollectionTestSuiteBuilder.
Author:
Kevin Bourrillion, Chris Povirk