Class DefaultCxUpdateUserSegmentStrategyTest.MappingDataMatcher

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean matches​(java.lang.Object object)  
      • Methods inherited from class org.mockito.ArgumentMatcher

        describeTo
      • Methods inherited from class org.hamcrest.BaseMatcher

        _dont_implement_Matcher___instead_extend_BaseMatcher_, describeMismatch, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MappingDataMatcher

        public MappingDataMatcher​(MappingData expectedData)
    • Method Detail

      • matches

        public boolean matches​(java.lang.Object object)
        Specified by:
        matches in interface org.hamcrest.Matcher<MappingData>
        Specified by:
        matches in class org.mockito.ArgumentMatcher<MappingData>