Example usage for org.apache.commons.collections4.map AbstractMapTest subclass-usage

List of usage examples for org.apache.commons.collections4.map AbstractMapTest subclass-usage

Introduction

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

Usage

From source file com.github.veqryn.collect.TestPatriciaTrieWithApacheCommonsCollections.java

/**
 * Tests for the PatriciaTrie class.
 * Runs some 136 tests from the Apache Commons Collections (4) project,
 * specifically tests Map's and their various views.
 * Tests with String data.
 *