Package com.google.common.truth
Class MapSubject.MapInOrder
java.lang.Object
com.google.common.truth.MapSubject.MapInOrder
- All Implemented Interfaces:
Ordered
- Enclosing class:
MapSubject
-
Field Details
-
expectedMap
-
failVerb
-
-
Constructor Details
-
MapInOrder
-
-
Method Details
-
inOrder
public void inOrder()Checks whether the common elements between actual and expected are in the same order.This doesn't check whether the keys have the same values or whether all the required keys are actually present. That was supposed to be done before the "in order" part.
-