Package ubic.gemma.web.util.dwr
Class DwrCallbackMatchers
java.lang.Object
ubic.gemma.web.util.dwr.AbstractDwrReplyParser
ubic.gemma.web.util.dwr.AbstractDwrReplyMatchers
ubic.gemma.web.util.dwr.DwrCallbackMatchers
Matches successful DWR replies.
- Author:
- poirigui
-
Field Summary
Fields inherited from class ubic.gemma.web.util.dwr.AbstractDwrReplyParser
replyPattern -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ubic.gemma.web.util.dwr.AbstractDwrReplyMatchers
doesNotExist, existMethods inherited from class ubic.gemma.web.util.dwr.AbstractDwrReplyParser
getReply
-
Constructor Details
-
DwrCallbackMatchers
public DwrCallbackMatchers(int batchId, int callId)
-
-
Method Details
-
value
-
value
public <T> org.springframework.test.web.servlet.ResultMatcher value(org.hamcrest.Matcher<T> matcher)
-