bad.robot.excel.matchers
Class CellInRowMatcher
java.lang.Object
org.hamcrest.BaseMatcher<T>
org.hamcrest.TypeSafeDiagnosingMatcher<org.apache.poi.ss.usermodel.Row>
bad.robot.excel.matchers.CellInRowMatcher
- All Implemented Interfaces:
- org.hamcrest.Matcher<org.apache.poi.ss.usermodel.Row>, org.hamcrest.SelfDescribing
public class CellInRowMatcher
- extends org.hamcrest.TypeSafeDiagnosingMatcher<org.apache.poi.ss.usermodel.Row>
Method Summary |
void |
describeTo(org.hamcrest.Description description)
|
static CellInRowMatcher |
hasSameCell(org.apache.poi.ss.usermodel.Cell expected)
|
protected boolean |
matchesSafely(org.apache.poi.ss.usermodel.Row row,
org.hamcrest.Description mismatch)
|
Methods inherited from class org.hamcrest.TypeSafeDiagnosingMatcher |
describeMismatch, matches |
Methods inherited from class org.hamcrest.BaseMatcher |
_dont_implement_Matcher___instead_extend_BaseMatcher_, toString |
hasSameCell
public static CellInRowMatcher hasSameCell(org.apache.poi.ss.usermodel.Cell expected)
matchesSafely
protected boolean matchesSafely(org.apache.poi.ss.usermodel.Row row,
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.