Uses of Interface
org.echarts.test.sip.MessageComparator

Packages that use MessageComparator
org.echarts.test.sip   
org.echarts.test.sip.matchers   
 

Uses of MessageComparator in org.echarts.test.sip
 

Methods in org.echarts.test.sip with parameters of type MessageComparator
static org.hamcrest.Matcher<SIPAgent> CATMatchers.recvdMessage(BaseState state, MessageComparator comparator)
          Factory method to create a matcher to check whether agent received a message with particular properties in the specified state.
static org.hamcrest.Matcher<SIPAgent> CATMatchers.recvdMessage(CommandId cmdId, MessageComparator comparator)
          Factory method to create a matcher to check whether agent received a response with particular properties to a request sent earlier.
static org.hamcrest.Matcher<SIPAgent> CATMatchers.recvdMessage(MessageComparator comparator)
          Factory method to create a matcher to check whether agent ever received a message with specific properties.
static org.hamcrest.Matcher<SIPAgent> CATMatchers.sentMessage(BaseState state, MessageComparator comparator)
          Factory method to create a matcher to check whether agent sent a message with specific properties in the specified state.
static org.hamcrest.Matcher<SIPAgent> CATMatchers.sentMessage(MessageComparator comparator)
          Factory method to create a matcher to check whether agent ever sent a message with specific properties.
 

Uses of MessageComparator in org.echarts.test.sip.matchers
 

Constructors in org.echarts.test.sip.matchers with parameters of type MessageComparator
MessageHistoryMatcher(MessageExchangeRecord.Operation op, MessageComparator msgComparator)
           
MessageHistoryMatcher(MessageExchangeRecord.Operation op, MessageComparator msgComparator, BaseState state)
           
MessageHistoryMatcher(MessageExchangeRecord.Operation op, MessageComparator msgComparator, CommandId cmdId)