Class BiMapInverseTester<K,V>

All Implemented Interfaces:
junit.framework.Test

@GwtCompatible(emulated=true) public class BiMapInverseTester<K,V> extends AbstractBiMapTester<K,V>
Tests for the inverse view of a BiMap.

This assumes that bimap.inverse().inverse() == bimap, which is not technically required but is fulfilled by all current implementations.

Author:
Louis Wasserman