bad.robot.excel.matchers
Class CellNumberMatcher
java.lang.Object
org.hamcrest.BaseMatcher<T>
org.hamcrest.TypeSafeDiagnosingMatcher<org.apache.poi.ss.usermodel.Row>
bad.robot.excel.matchers.CellNumberMatcher
- All Implemented Interfaces:
- org.hamcrest.Matcher<org.apache.poi.ss.usermodel.Row>, org.hamcrest.SelfDescribing
public class CellNumberMatcher
- extends org.hamcrest.TypeSafeDiagnosingMatcher<org.apache.poi.ss.usermodel.Row>
Assert the number of cells in two workbooks are the same.
Methods inherited from class org.hamcrest.TypeSafeDiagnosingMatcher |
describeMismatch, matches |
Methods inherited from class org.hamcrest.BaseMatcher |
_dont_implement_Matcher___instead_extend_BaseMatcher_, toString |
hasSameNumberOfCellsAs
public static CellNumberMatcher hasSameNumberOfCellsAs(org.apache.poi.ss.usermodel.Row expected)
matchesSafely
protected boolean matchesSafely(org.apache.poi.ss.usermodel.Row actual,
org.hamcrest.Description mismatch)
- Specified by:
matchesSafely
in class org.hamcrest.TypeSafeDiagnosingMatcher<org.apache.poi.ss.usermodel.Row>
describeTo
public void describeTo(org.hamcrest.Description description)
Copyright © 2012. All Rights Reserved.