Uses of Interface
com.intergral.deep.tests.AssertUtils.ICompareFunction
-
Packages that use AssertUtils.ICompareFunction Package Description com.intergral.deep.tests -
-
Uses of AssertUtils.ICompareFunction in com.intergral.deep.tests
Methods in com.intergral.deep.tests with parameters of type AssertUtils.ICompareFunction Modifier and Type Method Description static <T> int
AssertUtils. assertContains(Collection<T> list, AssertUtils.ICompareFunction<T> compareFunction)
Assert that a collection contains an item that matches the function.
-