bad.robot.excel.matchers
Class WorkbookEqualityMatcher

java.lang.Object
  extended by org.hamcrest.BaseMatcher<T>
      extended by org.hamcrest.TypeSafeMatcher<org.apache.poi.ss.usermodel.Workbook>
          extended by bad.robot.excel.matchers.WorkbookEqualityMatcher
All Implemented Interfaces:
org.hamcrest.Matcher<org.apache.poi.ss.usermodel.Workbook>, org.hamcrest.SelfDescribing

public class WorkbookEqualityMatcher
extends org.hamcrest.TypeSafeMatcher<org.apache.poi.ss.usermodel.Workbook>


Method Summary
 void describeTo(org.hamcrest.Description description)
           
 boolean matchesSafely(org.apache.poi.ss.usermodel.Workbook actual)
           
static org.hamcrest.Matcher<org.apache.poi.ss.usermodel.Workbook> sameWorkBook(org.apache.poi.ss.usermodel.Workbook expectedWorkbook)
           
 
Methods inherited from class org.hamcrest.TypeSafeMatcher
matches
 
Methods inherited from class org.hamcrest.BaseMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

sameWorkBook

public static org.hamcrest.Matcher<org.apache.poi.ss.usermodel.Workbook> sameWorkBook(org.apache.poi.ss.usermodel.Workbook expectedWorkbook)

matchesSafely

public boolean matchesSafely(org.apache.poi.ss.usermodel.Workbook actual)
Specified by:
matchesSafely in class org.hamcrest.TypeSafeMatcher<org.apache.poi.ss.usermodel.Workbook>

describeTo

public void describeTo(org.hamcrest.Description description)


Copyright © 2012. All Rights Reserved.