bad.robot.excel.matchers
Class CellInRowMatcher

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.CellInRowMatcher
All Implemented Interfaces:
org.hamcrest.Matcher<org.apache.poi.ss.usermodel.Row>, org.hamcrest.SelfDescribing

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


Method Summary
 void describeTo(org.hamcrest.Description description)
           
static CellInRowMatcher hasSameCell(org.apache.poi.ss.usermodel.Cell expected)
           
protected  boolean matchesSafely(org.apache.poi.ss.usermodel.Row row, 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

hasSameCell

public static CellInRowMatcher hasSameCell(org.apache.poi.ss.usermodel.Cell expected)

matchesSafely

protected boolean matchesSafely(org.apache.poi.ss.usermodel.Row row,
                                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.