Package com.google.common.truth
Class MapSubject.MapInOrder
- java.lang.Object
-
- com.google.common.truth.MapSubject.MapInOrder
-
- All Implemented Interfaces:
Ordered
- Enclosing class:
- MapSubject
private class MapSubject.MapInOrder extends java.lang.Object implements Ordered
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Map<?,?>
expectedMap
private java.lang.String
failVerb
-
Constructor Summary
Constructors Constructor Description MapInOrder(java.util.Map<?,?> expectedMap, java.lang.String failVerb)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
inOrder()
Checks whether the common elements between actual and expected are in the same order.
-