Package ubic.gemma.web.util.dwr
Class MockDwrResultMatchers
- java.lang.Object
-
- ubic.gemma.web.util.dwr.MockDwrResultMatchers
-
public class MockDwrResultMatchers extends Object
Match DWR results.- Author:
- poirigui
-
-
Constructor Summary
Constructors Constructor Description MockDwrResultMatchers()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DwrBatchMatchers
batch(int batchId)
Match a batch of DWR results.static DwrCallbackMatchers
callback()
static DwrCallbackMatchers
callback(int callId)
Match a DWR callback.static DwrExceptionMatchers
exception()
static DwrExceptionMatchers
exception(int callId)
Match a DWR exception.
-
-
-
Method Detail
-
batch
public static DwrBatchMatchers batch(int batchId)
Match a batch of DWR results.
-
callback
public static DwrCallbackMatchers callback(int callId)
Match a DWR callback.
-
callback
public static DwrCallbackMatchers callback()
-
exception
public static DwrExceptionMatchers exception(int callId)
Match a DWR exception.
-
exception
public static DwrExceptionMatchers exception()
-
-