bad.robot.excel.matchers
Class Matchers
java.lang.Object
bad.robot.excel.matchers.Matchers
public class Matchers
- extends Object
Method Summary |
static org.hamcrest.Matcher<org.apache.poi.ss.usermodel.Cell> |
isEqualTo(Cell expected)
|
static org.hamcrest.Matcher<org.apache.poi.ss.usermodel.Workbook> |
sameWorkbook(org.apache.poi.ss.usermodel.Workbook expected)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Matchers
public Matchers()
sameWorkbook
public static org.hamcrest.Matcher<org.apache.poi.ss.usermodel.Workbook> sameWorkbook(org.apache.poi.ss.usermodel.Workbook expected)
isEqualTo
public static org.hamcrest.Matcher<org.apache.poi.ss.usermodel.Cell> isEqualTo(Cell expected)
Copyright © 2012. All Rights Reserved.