org.silverpeas.resourcesmanager.web
Class ResourceEntityMatcher

java.lang.Object
  extended by org.hamcrest.BaseMatcher<ResourceEntity>
      extended by org.silverpeas.resourcesmanager.web.ResourceEntityMatcher
All Implemented Interfaces:
org.hamcrest.Matcher<ResourceEntity>, org.hamcrest.SelfDescribing

public class ResourceEntityMatcher
extends org.hamcrest.BaseMatcher<ResourceEntity>

Author:
Yohann Chastagnier

Constructor Summary
protected ResourceEntityMatcher(Resource expected)
           
 
Method Summary
 void describeTo(org.hamcrest.Description description)
           
 boolean matches(Object item)
           
static ResourceEntityMatcher matches(Resource expected)
           
 
Methods inherited from class org.hamcrest.BaseMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, describeMismatch, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResourceEntityMatcher

protected ResourceEntityMatcher(Resource expected)
Method Detail

describeTo

public void describeTo(org.hamcrest.Description description)

matches

public boolean matches(Object item)

matches

public static ResourceEntityMatcher matches(Resource expected)


Copyright © 2016 Silverpeas. All Rights Reserved.