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
-
public class DwrCallbackMatchers extends AbstractDwrReplyMatchers
Matches successful DWR replies.- Author:
- poirigui
-
-
Field Summary
-
Fields inherited from class ubic.gemma.web.util.dwr.AbstractDwrReplyParser
replyPattern
-
-
Constructor Summary
Constructors Constructor Description DwrCallbackMatchers(int batchId, int callId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResultMatcher
value(Object expected)
<T> ResultMatcher
value(org.hamcrest.Matcher<T> matcher)
-
Methods inherited from class ubic.gemma.web.util.dwr.AbstractDwrReplyMatchers
doesNotExist, exist
-
Methods inherited from class ubic.gemma.web.util.dwr.AbstractDwrReplyParser
getReply
-
-
-
-
Method Detail
-
value
public ResultMatcher value(Object expected)
-
value
public <T> ResultMatcher value(org.hamcrest.Matcher<T> matcher)
-
-