Example usage for org.apache.commons.collections.map AbstractTestIterableMap subclass-usage

List of usage examples for org.apache.commons.collections.map AbstractTestIterableMap subclass-usage

Introduction

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

Usage

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

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