Class ArgumentMatchingTool


  • public class ArgumentMatchingTool
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer[] getSuspiciouslyNotMatchingArgsIndexes​(java.util.List<org.hamcrest.Matcher> matchers, java.lang.Object[] arguments)
      Suspiciously not matching arguments are those that don't match, the toString() representation is the same but types are different.
      • Methods inherited from class java.lang.Object

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

      • ArgumentMatchingTool

        public ArgumentMatchingTool()
    • Method Detail

      • getSuspiciouslyNotMatchingArgsIndexes

        public java.lang.Integer[] getSuspiciouslyNotMatchingArgsIndexes​(java.util.List<org.hamcrest.Matcher> matchers,
                                                                         java.lang.Object[] arguments)
        Suspiciously not matching arguments are those that don't match, the toString() representation is the same but types are different.