Package ubic.gemma.rest
Class DatasetsRestTest
- java.lang.Object
-
- org.glassfish.jersey.test.JerseyTest
-
- ubic.gemma.rest.util.BaseJerseyTest
-
- ubic.gemma.rest.util.BaseJerseyIntegrationTest
-
- ubic.gemma.rest.DatasetsRestTest
-
- All Implemented Interfaces:
Aware
,ApplicationContextAware
public class DatasetsRestTest extends BaseJerseyIntegrationTest
- Author:
- tesarst
-
-
Constructor Summary
Constructors Constructor Description DatasetsRestTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
resetMocks()
void
setUpMocks()
void
testAll()
void
testAllFilterById()
void
testAllFilterByIdIn()
void
testAllFilterByIdInOrShortNameIn()
void
testAllFilterByShortName()
void
testAllFilterByShortNameIn()
void
testAllWithTooLargeLimit()
void
testFilterByGeeqQualityScore()
void
testGetDatasetRawExpression()
void
testSome()
void
testSomeById()
-
Methods inherited from class ubic.gemma.rest.util.BaseJerseyIntegrationTest
setUpAuthentication, tearDownSecurityContext
-
Methods inherited from class ubic.gemma.rest.util.BaseJerseyTest
configure, configureClient, getTestContainerFactory, setApplicationContext, setUp, tearDown
-
Methods inherited from class org.glassfish.jersey.test.JerseyTest
client, close, closeIfNotNull, configureDeployment, disable, enable, forceDisable, forceEnable, forceSet, getAsyncTimeoutMultiplier, getBaseUri, getClient, getLastLoggedRecord, getLoggedRecords, getPort, isEnabled, set, set, setClient, target, target
-
-
-
-
Method Detail
-
setUpMocks
public void setUpMocks()
-
resetMocks
public void resetMocks()
-
testAll
public void testAll()
-
testSome
public void testSome()
-
testSomeById
public void testSomeById()
-
testAllFilterById
public void testAllFilterById()
-
testAllFilterByIdIn
public void testAllFilterByIdIn()
-
testAllFilterByShortName
public void testAllFilterByShortName()
-
testAllFilterByShortNameIn
public void testAllFilterByShortNameIn()
-
testAllFilterByIdInOrShortNameIn
public void testAllFilterByIdInOrShortNameIn()
-
testAllWithTooLargeLimit
public void testAllWithTooLargeLimit()
-
testFilterByGeeqQualityScore
public void testFilterByGeeqQualityScore()
-
testGetDatasetRawExpression
public void testGetDatasetRawExpression() throws IOException
- Throws:
IOException
-
-