org.silverpeas.resourcesmanager.web
Class ReservedResourceEntityMatcher
java.lang.Object
org.hamcrest.BaseMatcher<ReservedResourceEntity>
org.silverpeas.resourcesmanager.web.ReservedResourceEntityMatcher
- All Implemented Interfaces:
- org.hamcrest.Matcher<ReservedResourceEntity>, org.hamcrest.SelfDescribing
public class ReservedResourceEntityMatcher
- extends org.hamcrest.BaseMatcher<ReservedResourceEntity>
- Author:
- Yohann Chastagnier
Methods inherited from class org.hamcrest.BaseMatcher |
_dont_implement_Matcher___instead_extend_BaseMatcher_, describeMismatch, toString |
ReservedResourceEntityMatcher
protected ReservedResourceEntityMatcher(Long reservationId,
Resource expected)
describeTo
public void describeTo(org.hamcrest.Description description)
matches
public boolean matches(Object item)
matches
public static ReservedResourceEntityMatcher matches(Long reservationId,
Resource expected)
Copyright © 2016 Silverpeas. All Rights Reserved.