@GwtCompatible public interface TestSetGenerator<E> extends TestCollectionGenerator<E>
Modifier and Type | Method and Description |
---|---|
Set<E> |
create(Object... elements)
Creates a new container containing the given elements.
|
createArray, order, samples
Set<E> create(Object... elements)
TestContainerGenerator
create
in interface TestContainerGenerator<Collection<E>,E>
Copyright © 2010-2016. All Rights Reserved.