bad.robot.excel.matchers
Class RowMissingMatcher

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

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


Method Summary
 void describeTo(org.hamcrest.Description description)
           
protected  boolean matchesSafely(org.apache.poi.ss.usermodel.Row actual, org.hamcrest.Description mismatch)
           
static RowMissingMatcher rowIsPresent(org.apache.poi.ss.usermodel.Row expected)
           
 
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

rowIsPresent

public static RowMissingMatcher rowIsPresent(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 © 2012. All Rights Reserved.