Package ubic.gemma.web.util.dwr
Class AbstractDwrReplyMatchers
java.lang.Object
ubic.gemma.web.util.dwr.AbstractDwrReplyParser
ubic.gemma.web.util.dwr.AbstractDwrReplyMatchers
- Direct Known Subclasses:
DwrCallbackMatchers,DwrExceptionMatchers
-
Field Summary
Fields inherited from class ubic.gemma.web.util.dwr.AbstractDwrReplyParser
replyPattern -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractDwrReplyMatchers(String callback, int batchId, int callId) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.test.web.servlet.ResultMatcherorg.springframework.test.web.servlet.ResultMatcherexist()Methods inherited from class ubic.gemma.web.util.dwr.AbstractDwrReplyParser
getReply
-
Constructor Details
-
AbstractDwrReplyMatchers
-
-
Method Details
-
exist
public org.springframework.test.web.servlet.ResultMatcher exist() -
doesNotExist
public org.springframework.test.web.servlet.ResultMatcher doesNotExist()
-