Package org.sosy_lab.common.collect
Class OrderStatisticMapTestSuite
- java.lang.Object
-
- org.sosy_lab.common.collect.OrderStatisticMapTestSuite
-
public abstract class OrderStatisticMapTestSuite extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static class
OrderStatisticMapTestSuite.OrderStatisticMapFactory
-
Method Summary
-
-
-
Method Detail
-
testEquals
public void testEquals()
-
testSerialize
public void testSerialize()
-
testSubmapView_mutation
public void testSubmapView_mutation()
-
testSubmapView_outOfBounds_add
public void testSubmapView_outOfBounds_add()
-
testSubmapView_outOfBounds_remove
public void testSubmapView_outOfBounds_remove()
-
testSubmapView_outOfBounds_contains
public void testSubmapView_outOfBounds_contains()
-
testSubmapView_descending
public void testSubmapView_descending()
-
testKeyset_mutation
public void testKeyset_mutation()
-
testSubmapView_submapOfSubmap
public void testSubmapView_submapOfSubmap()
-
testGetEntryByRank_valid
public void testGetEntryByRank_valid()
-
testGetEntryByRank_outOfBounds
public void testGetEntryByRank_outOfBounds()
-
testGetEntryByRank_submapFirst
public void testGetEntryByRank_submapFirst()
-
testGetEntryByRank_submapLast
public void testGetEntryByRank_submapLast()
-
testGetEntryByRank_descendingMapFirstElement
public void testGetEntryByRank_descendingMapFirstElement()
-
testGetEntryByRank_descendingMapSecondElement
public void testGetEntryByRank_descendingMapSecondElement()
-
testGetEntryByRank_descendingMapLastElement
public void testGetEntryByRank_descendingMapLastElement()
-
testGetKeyByRank_valid
public void testGetKeyByRank_valid()
-
testGetKeyByRank_outOfBounds
public void testGetKeyByRank_outOfBounds()
-
testGetKeyByRank_submapFirst
public void testGetKeyByRank_submapFirst()
-
testGetKeyByRank_submapLast
public void testGetKeyByRank_submapLast()
-
testGetKeyByRank_descendingMapFirstElement
public void testGetKeyByRank_descendingMapFirstElement()
-
testGetKeyByRank_descendingMapSecondElement
public void testGetKeyByRank_descendingMapSecondElement()
-
testGetKeyByRank_descendingMapLastElement
public void testGetKeyByRank_descendingMapLastElement()
-
testRemoveByRank_valid
public void testRemoveByRank_valid()
-
testRemoveByRank_invalid
public void testRemoveByRank_invalid()
-
testRemoveByRank_submapFirst
public void testRemoveByRank_submapFirst()
-
testRemoveByRank_submapLast
public void testRemoveByRank_submapLast()
-
testRemoveByRank_descendingMapFirstElement
public void testRemoveByRank_descendingMapFirstElement()
-
testRemoveByRank_descendingMapLastElement
public void testRemoveByRank_descendingMapLastElement()
-
testRankOf_firstElement
public void testRankOf_firstElement()
-
testRankOf_secondElement
public void testRankOf_secondElement()
-
testRankOf_lastElement
public void testRankOf_lastElement()
-
testRankOf_descendingMapFirstElement
public void testRankOf_descendingMapFirstElement()
-
testRankOf_descendingMapSecondElement
public void testRankOf_descendingMapSecondElement()
-
testRankOf_descendingMapLastElement
public void testRankOf_descendingMapLastElement()
-
testRankOf_subMapFirstElement
public void testRankOf_subMapFirstElement()
-
testRankOf_subMapLastElement
public void testRankOf_subMapLastElement()
-
testRankOf_subMapSecondElement
public void testRankOf_subMapSecondElement()
-
-