Package net.officefloor.frame.test
Interface ListItemMatcher<O>
public interface ListItemMatcher<O>
Matches a list item.
- Author:
- Daniel Sagenschneider
-
Method Summary
-
Method Details
-
match
Specifies whether the list item matches.- Parameters:
index- Index of item within the list.expected- Expected value.actual- Actual value.- Throws:
AssertionError- If error in assertions.junit.framework.AssertionFailedError- If fails assertion.
-