public class Matchers extends Object
| Constructor and Description |
|---|
Matchers() |
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<org.apache.poi.ss.usermodel.Cell> |
equalTo(Cell expected) |
static org.hamcrest.Matcher<org.apache.poi.ss.usermodel.Workbook> |
sameWorkbook(org.apache.poi.ss.usermodel.Workbook expected) |
public static org.hamcrest.Matcher<org.apache.poi.ss.usermodel.Workbook> sameWorkbook(org.apache.poi.ss.usermodel.Workbook expected)
public static org.hamcrest.Matcher<org.apache.poi.ss.usermodel.Cell> equalTo(Cell expected)
Copyright © 2018. All Rights Reserved.