Class IntegerSubject

    • Method Detail

      • isInclusivelyInRange

        @Deprecated
        public void isInclusivelyInRange​(int lower,
                                         int upper)
        Deprecated.
        Use isIn(Range.closed(lower, upper)) instead.
        Attests that the int is inclusively within the lower and upper bounds provided or fails.
      • isBetween

        @Deprecated
        public void isBetween​(int lower,
                              int upper)
        Deprecated.
        Use isIn(Range.open(lower, upper)) instead.
        Attests that the int is exclusively within the lower and upper bounds provided or fails.
      • isEqualTo

        public void isEqualTo​(long other)
      • is

        public void is​(long other)
      • is

        public void is​(short other)
      • is

        public void is​(byte other)