public class CellsMatcher
extends org.hamcrest.TypeSafeDiagnosingMatcher<org.apache.poi.ss.usermodel.Row>
| Modifier and Type | Method and Description |
|---|---|
void |
describeTo(org.hamcrest.Description description) |
static CellsMatcher |
hasSameCellsAs(org.apache.poi.ss.usermodel.Row expected) |
protected boolean |
matchesSafely(org.apache.poi.ss.usermodel.Row actual,
org.hamcrest.Description mismatch) |
public static CellsMatcher hasSameCellsAs(org.apache.poi.ss.usermodel.Row expected)
protected boolean matchesSafely(org.apache.poi.ss.usermodel.Row actual,
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.