Package ca.uhn.fhir.test.utilities
Class RangeTestHelper
java.lang.Object
ca.uhn.fhir.test.utilities.RangeTestHelper
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcheckInRange(double base, double value) static voidcheckInRange(double theBase, double theRange, double theValue) static voidcheckInRange(String theBase, double theRange, String theValue) static voidcheckInRange(String theBase, String theValue) static voidcheckWithinBounds(double theLowerBound, double theUpperBound, double theValue) static voidcheckWithinBounds(String theLowerBound, String theUpperBound, String theValue)
-
Field Details
-
THOUSANDTH
- See Also:
-
-
Constructor Details
-
RangeTestHelper
public RangeTestHelper()
-
-
Method Details
-
checkInRange
-
checkInRange
-
checkInRange
-
checkInRange
-
checkWithinBounds
-
checkWithinBounds
-