public class CellInRowMatcher
extends org.hamcrest.TypeSafeDiagnosingMatcher<org.apache.poi.ss.usermodel.Row>
| Modifier and Type | Method and Description |
|---|---|
void |
describeTo(org.hamcrest.Description description) |
static CellInRowMatcher |
hasSameCell(org.apache.poi.ss.usermodel.Sheet sheet,
org.apache.poi.ss.usermodel.Cell expected) |
protected boolean |
matchesSafely(org.apache.poi.ss.usermodel.Row row,
org.hamcrest.Description mismatch) |
public static CellInRowMatcher hasSameCell(org.apache.poi.ss.usermodel.Sheet sheet, org.apache.poi.ss.usermodel.Cell expected)
protected boolean matchesSafely(org.apache.poi.ss.usermodel.Row row,
org.hamcrest.Description mismatch)
matchesSafely in class org.hamcrest.TypeSafeDiagnosingMatcher<org.apache.poi.ss.usermodel.Row>public void describeTo(org.hamcrest.Description description)
Copyright © 2018. All Rights Reserved.