public class TextResponseMatcher extends SequenceResponseMatcher
TextResponseMatcher class.
Constructor and Description |
---|
TextResponseMatcher()
Constructor for TextResponseMatcher.
|
TextResponseMatcher(String text)
Constructor for TextResponseMatcher.
|
Modifier and Type | Method and Description |
---|---|
boolean |
matches(MobileSequenceSession session,
MobileMsgRequest request,
MobileMsgResponse response)
matches
|
String |
toString()
toString
|
getText, setText
public TextResponseMatcher()
Constructor for TextResponseMatcher.
public boolean matches(MobileSequenceSession session, MobileMsgRequest request, MobileMsgResponse response)
matches
matches
in class SequenceResponseMatcher
session
- a MobileSequenceSession
object.request
- a MobileMsgRequest
object.response
- a MobileMsgResponse
object.public String toString()
toString
toString
in class SequenceResponseMatcher
String
object.Copyright © 2015. All Rights Reserved.