Example usage for org.apache.commons.collections.set AbstractTestSet subclass-usage

List of usage examples for org.apache.commons.collections.set AbstractTestSet subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.collections.set AbstractTestSet subclass-usage.

Usage

From source file com.google.gwt.dev.util.collect.HashSetTest.java

/**
 * Test for {@link HashMap}.
 */
public class HashSetTest extends AbstractTestSet {
    public HashSetTest(String testName) {
        super(testName);

From source file com.google.gwt.dev.util.collect.IdentityHashSetTest.java

/**
 * Test for {@link HashMap}.
 */
public class IdentityHashSetTest extends AbstractTestSet {
    private static final Float FLOAT_6 = 6.0f;
    private static final Double DOUBLE_5 = 5.0;

From source file ar.com.dgarcia.colecciones.sets.tests.ArraySetTest.java

/**
 * 
 * @author D. Garcia
 */
public class ArraySetTest extends AbstractTestSet {