Uses of Interface
net.officefloor.frame.test.ListItemMatcher
-
Packages that use ListItemMatcher Package Description net.officefloor.frame.test -
-
Uses of ListItemMatcher in net.officefloor.frame.test
Methods in net.officefloor.frame.test with parameters of type ListItemMatcher Modifier and Type Method Description static <O> void
Assertions. assertList(ListItemMatcher<O> matcher, java.util.List<O> list, O... expectedItems)
Asserts that the input list is as expected.static <O> void
OfficeFrameTestCase. assertList(ListItemMatcher<O> matcher, java.util.List<O> list, O... expectedItems)
Asserts that the input list is as expected.
-