com.silverpeas.sharing.services
Class TicketMatcher

java.lang.Object
  extended by org.hamcrest.BaseMatcher<Ticket>
      extended by com.silverpeas.sharing.services.TicketMatcher
All Implemented Interfaces:
org.hamcrest.Matcher<Ticket>, org.hamcrest.SelfDescribing

public class TicketMatcher
extends org.hamcrest.BaseMatcher<Ticket>

Author:
ehugonnet

Constructor Summary
TicketMatcher(Ticket detail)
           
 
Method Summary
 void describeTo(org.hamcrest.Description description)
           
 boolean equals(Ticket other)
           
 boolean matches(Object item)
           
 
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

TicketMatcher

public TicketMatcher(Ticket detail)
Method Detail

equals

public boolean equals(Ticket other)

matches

public boolean matches(Object item)

describeTo

public void describeTo(org.hamcrest.Description description)


Copyright © 2016 Silverpeas. All Rights Reserved.