Uses of Interface
net.officefloor.frame.test.ListItemMatcher
Packages that use ListItemMatcher
-
Uses of ListItemMatcher in net.officefloor.frame.test
Methods in net.officefloor.frame.test with parameters of type ListItemMatcherModifier and TypeMethodDescriptionstatic <O> voidAssertions.assertList(ListItemMatcher<O> matcher, List<O> list, O... expectedItems) Asserts that the input list is as expected.static <O> voidOfficeFrameTestCase.assertList(ListItemMatcher<O> matcher, List<O> list, O... expectedItems) Asserts that the input list is as expected.