Package com.google.common.collect.testing.google.SortedMapGenerators

Examples of com.google.common.collect.testing.google.SortedMapGenerators.ImmutableSortedMapKeySetGenerator


  public static Test suite() {
    TestSuite suite = new TestSuite();
    suite.addTestSuite(ImmutableSortedMapTest.class);

    suite.addTest(SetTestSuiteBuilder.using(
        new ImmutableSortedMapKeySetGenerator())
        .withFeatures(
            CollectionSize.ANY,
            CollectionFeature.SERIALIZABLE,
            CollectionFeature.KNOWN_ORDER,
            CollectionFeature.REJECTS_DUPLICATES_AT_CREATION,
View Full Code Here

TOP

Related Classes of com.google.common.collect.testing.google.SortedMapGenerators.ImmutableSortedMapKeySetGenerator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.