bad.robot.excel.matchers
Class CellsMatcher

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

public class CellsMatcher
extends org.hamcrest.TypeSafeDiagnosingMatcher<org.apache.poi.ss.usermodel.Row>


Method Summary
 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)
           
 
Methods inherited from class org.hamcrest.TypeSafeDiagnosingMatcher
describeMismatch, 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

hasSameCellsAs

public static CellsMatcher hasSameCellsAs(org.apache.poi.ss.usermodel.Row expected)

matchesSafely

protected boolean matchesSafely(org.apache.poi.ss.usermodel.Row actual,
                                org.hamcrest.Description mismatch)
Specified by:
matchesSafely in class org.hamcrest.TypeSafeDiagnosingMatcher<org.apache.poi.ss.usermodel.Row>

describeTo

public void describeTo(org.hamcrest.Description description)


Copyright © 2013. All Rights Reserved.