Class MultimapSubject.MultimapInOrder

  • All Implemented Interfaces:
    Ordered
    Enclosing class:
    MultimapSubject

    private class MultimapSubject.MultimapInOrder
    extends java.lang.Object
    implements Ordered
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private com.google.common.collect.Multimap<?,​?> expectedMultimap  
      private java.lang.String verb  
    • Constructor Summary

      Constructors 
      Constructor Description
      MultimapInOrder​(java.lang.String verb, com.google.common.collect.Multimap<?,​?> expectedMultimap)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void inOrder()
      Checks whether entries in expected appear in the same order in actual.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait