Class NumericalMatchers


  • @Deprecated
    public class NumericalMatchers
    extends java.lang.Object
    Deprecated.
    Various numerical hamcrest Matchers.
    • Constructor Summary

      Constructors 
      Constructor Description
      NumericalMatchers()
      Deprecated.
       
    • Method Summary

      All Methods Static Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static org.hamcrest.Matcher<java.lang.Integer> atLeast​(int i)
      Deprecated.
       
      static org.hamcrest.Matcher<java.lang.Integer> exactly​(int i)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

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

      • NumericalMatchers

        public NumericalMatchers()
        Deprecated.
    • Method Detail

      • atLeast

        public static org.hamcrest.Matcher<java.lang.Integer> atLeast​(int i)
        Deprecated.
      • exactly

        public static org.hamcrest.Matcher<java.lang.Integer> exactly​(int i)
        Deprecated.