Class SetGenerators.ImmutableSetTooSmallBuilderGenerator
- java.lang.Object
-
- com.google.common.collect.testing.TestStringSetGenerator
-
- com.google.common.collect.testing.google.SetGenerators.ImmutableSetTooSmallBuilderGenerator
-
- All Implemented Interfaces:
TestCollectionGenerator<String>
,TestContainerGenerator<Collection<String>,String>
,TestSetGenerator<String>
- Enclosing class:
- SetGenerators
public static class SetGenerators.ImmutableSetTooSmallBuilderGenerator extends TestStringSetGenerator
-
-
Constructor Summary
Constructors Constructor Description ImmutableSetTooSmallBuilderGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Set<String>
create(String[] elements)
-
Methods inherited from class com.google.common.collect.testing.TestStringSetGenerator
create, createArray, order, samples
-
-
-
-
Constructor Detail
-
ImmutableSetTooSmallBuilderGenerator
public ImmutableSetTooSmallBuilderGenerator()
-
-