com.silverpeas.pdc.matchers
Class PdcAxisValueMatcher

java.lang.Object
  extended by org.hamcrest.BaseMatcher<T>
      extended by org.hamcrest.TypeSafeMatcher<PdcAxisValue>
          extended by com.silverpeas.pdc.matchers.PdcAxisValueMatcher
All Implemented Interfaces:
org.hamcrest.Matcher<PdcAxisValue>, org.hamcrest.SelfDescribing

public class PdcAxisValueMatcher
extends org.hamcrest.TypeSafeMatcher<PdcAxisValue>

A matcher of the PdC axis values.


Constructor Summary
protected PdcAxisValueMatcher(PdcAxisValue expected)
           
 
Method Summary
 void describeTo(org.hamcrest.Description description)
           
static org.hamcrest.TypeSafeMatcher<PdcAxisValue> equalTo(PdcAxisValue expected)
           
protected  boolean matchesSafely(PdcAxisValue actual)
           
 
Methods inherited from class org.hamcrest.TypeSafeMatcher
describeMismatch, describeMismatchSafely, 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
 

Constructor Detail

PdcAxisValueMatcher

protected PdcAxisValueMatcher(PdcAxisValue expected)
Method Detail

equalTo

public static org.hamcrest.TypeSafeMatcher<PdcAxisValue> equalTo(PdcAxisValue expected)

matchesSafely

protected boolean matchesSafely(PdcAxisValue actual)
Specified by:
matchesSafely in class org.hamcrest.TypeSafeMatcher<PdcAxisValue>

describeTo

public void describeTo(org.hamcrest.Description description)


Copyright © 2016 Silverpeas. All Rights Reserved.