com.silverpeas.questionReply.model
Class ReplyMatcher
java.lang.Object
org.hamcrest.BaseMatcher<Reply>
com.silverpeas.questionReply.model.ReplyMatcher
- All Implemented Interfaces:
- org.hamcrest.Matcher<Reply>, org.hamcrest.SelfDescribing
public class ReplyMatcher
- extends org.hamcrest.BaseMatcher<Reply>
- Author:
- emmanuel.hugonnet@silverpeas.org
Methods inherited from class org.hamcrest.BaseMatcher |
_dont_implement_Matcher___instead_extend_BaseMatcher_, describeMismatch, toString |
matches
public static ReplyMatcher matches(Reply thereply)
- Creates a new matcher with the specified reply.
- Parameters:
thereply
- the comment to match.
- Returns:
- a reply matcher.
matches
public boolean matches(Object item)
describeTo
public void describeTo(org.hamcrest.Description description)
Copyright © 2016 Silverpeas. All Rights Reserved.