Package org.apache.calcite.test
Class Matchers.IsWithin<T extends Number>
java.lang.Object
org.hamcrest.BaseMatcher<T>
org.apache.calcite.test.Matchers.IsWithin<T>
- Type Parameters:
- T- Value type
- All Implemented Interfaces:
- org.hamcrest.Matcher<T>,- org.hamcrest.SelfDescribing
- Enclosing class:
- Matchers
Matcher that tests whether the numeric value is within a given difference
 another value.
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.hamcrest.BaseMatcher_dont_implement_Matcher___instead_extend_BaseMatcher_, describeMismatch, isNotNull, toString
- 
Constructor Details- 
IsWithin
 
- 
- 
Method Details- 
matches
- 
describeTopublic void describeTo(org.hamcrest.Description description) 
 
-