- hasApproximateValue(BigDecimal, BigDecimal) - Static method in class cz.auderis.test.matcher.numeric.NumericMatchers
-
- hasApproximateValue(long, long) - Static method in class cz.auderis.test.matcher.numeric.NumericMatchers
-
- hasNormalizedPrecision(Matcher<? super Integer>) - Static method in class cz.auderis.test.matcher.numeric.BigDecimalMatchers
-
Creates a matcher that matches if the examined object is a BigDecimal whose normalized precision
(i.e.
- hasNormalizedPrecision(int) - Static method in class cz.auderis.test.matcher.numeric.BigDecimalMatchers
-
Creates a matcher that matches if the examined object is a BigDecimal whose normalized precision
(i.e.
- hasNormalizedScale(Matcher<? super Integer>) - Static method in class cz.auderis.test.matcher.numeric.BigDecimalMatchers
-
Creates a matcher that matches if the examined object is a BigDecimal whose normalized scale
(i.e.
- hasNormalizedScale(int) - Static method in class cz.auderis.test.matcher.numeric.BigDecimalMatchers
-
Creates a matcher that matches if the examined object is a BigDecimal whose normalized scale
(i.e.
- hasPrecision(Matcher<? super Integer>) - Static method in class cz.auderis.test.matcher.numeric.BigDecimalMatchers
-
Creates a matcher that matches if the examined object is a BigDecimal whose precision satisfies
the matcher provided as an argument.
- hasPrecision(int) - Static method in class cz.auderis.test.matcher.numeric.BigDecimalMatchers
-
Creates a matcher that matches if the examined object is a BigDecimal whose precision is equal
to the argument.
- hasRoundedValue(int, RoundingMode, Matcher<? super BigDecimal>) - Static method in class cz.auderis.test.matcher.numeric.BigDecimalMatchers
-
Creates a matcher that matches if the examined object is a BigDecimal that, when rounded to the
given scale using the specified rounding mode, satisfies the provided matcher.
- hasRoundedValue(int, RoundingMode, BigDecimal) - Static method in class cz.auderis.test.matcher.numeric.BigDecimalMatchers
-
Creates a matcher that matches if the examined object is a BigDecimal that, when rounded to the
given scale using the specified rounding mode, numerically equals to the provided value.
- hasRoundedValue(RoundingMode, Matcher<? super BigDecimal>) - Static method in class cz.auderis.test.matcher.numeric.BigDecimalMatchers
-
Creates a matcher that matches if the examined object is a BigDecimal that, when rounded to the
scale 0 using the specified rounding mode, satisfies the provided matcher.
- hasRoundedValue(RoundingMode, BigDecimal) - Static method in class cz.auderis.test.matcher.numeric.BigDecimalMatchers
-
Creates a matcher that matches if the examined object is a BigDecimal that, when rounded to the
scale 0 using the specified rounding mode, numerically equals to the provided value.
- hasScale(Matcher<? super Integer>) - Static method in class cz.auderis.test.matcher.numeric.BigDecimalMatchers
-
Creates a matcher that matches if the examined object is a BigDecimal whose scale satisfies
the matcher provided as an argument.
- hasScale(int) - Static method in class cz.auderis.test.matcher.numeric.BigDecimalMatchers
-
Creates a matcher that matches if the examined object is a BigDecimal whose scale is equal
to the argument.
- hasValue(BigDecimal) - Static method in class cz.auderis.test.matcher.numeric.BigDecimalMatchers
-
Creates a matcher that matches if the examined object is a BigDecimal with the same numeric value
as the argument.
- HexArray - Annotation Type in cz.auderis.test.parameter.annotation
-
- HexArrayAnnotationConverter - Class in cz.auderis.test.parameter.annotation.impl
-
- HexArrayAnnotationConverter() - Constructor for class cz.auderis.test.parameter.annotation.impl.HexArrayAnnotationConverter
-
- HexBuffer - Annotation Type in cz.auderis.test.parameter.annotation
-
- HexBufferAnnotationConverter - Class in cz.auderis.test.parameter.annotation.impl
-
- HexBufferAnnotationConverter() - Constructor for class cz.auderis.test.parameter.annotation.impl.HexBufferAnnotationConverter
-