Package com.polytechnik.utils
Interface UnitTests.TwoValuesCheckMatching
- Enclosing class:
UnitTests
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A helper interface for array checking.
-
Method Summary
-
Method Details
-
checkMatching
boolean checkMatching(double v1, double v2, double eps)
-