bad.robot.excel.matchers
Class CellMatcher

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

public class CellMatcher
extends org.hamcrest.TypeSafeDiagnosingMatcher<org.apache.poi.ss.usermodel.Cell>


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

isEqualTo

public static org.hamcrest.Matcher<org.apache.poi.ss.usermodel.Cell> isEqualTo(Cell expected)

matchesSafely

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

describeTo

public void describeTo(org.hamcrest.Description description)


Copyright © 2012. All Rights Reserved.