com.silverpeas.questionReply.model
Class QuestionMatcher

java.lang.Object
  extended by org.hamcrest.BaseMatcher<Question>
      extended by com.silverpeas.questionReply.model.QuestionMatcher
All Implemented Interfaces:
org.hamcrest.Matcher<Question>, org.hamcrest.SelfDescribing

public class QuestionMatcher
extends org.hamcrest.BaseMatcher<Question>

Author:
emmanuel.hugonnet@silverpeas.org

Method Summary
 void describeTo(org.hamcrest.Description description)
           
 boolean matches(Object item)
           
static QuestionMatcher matches(Question thequestion)
          Creates a new matcher with the specified question.
 
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
 

Method Detail

matches

public static QuestionMatcher matches(Question thequestion)
Creates a new matcher with the specified question.

Parameters:
thequestion - the comment to match.
Returns:
a question matcher.

matches

public boolean matches(Object item)

describeTo

public void describeTo(org.hamcrest.Description description)


Copyright © 2016 Silverpeas. All Rights Reserved.