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