Package ubic.gemma.rest
Class AnalysisResultSetsJerseyTest
- java.lang.Object
-
- org.glassfish.jersey.test.JerseyTest
-
- ubic.gemma.rest.util.BaseJerseyTest
-
- ubic.gemma.rest.util.BaseJerseyIntegrationTest
-
- ubic.gemma.rest.AnalysisResultSetsJerseyTest
-
- All Implemented Interfaces:
Aware
,ApplicationContextAware
public class AnalysisResultSetsJerseyTest extends BaseJerseyIntegrationTest
Integration test for the result sets endpoint. This also contains tests of other endpoints as using multiple classes would result in Spring context being reloaded multiple times over.- Author:
- poirigui
-
-
Constructor Summary
Constructors Constructor Description AnalysisResultSetsJerseyTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
removeFixtures()
void
setUpMocks()
void
testGetDatasets()
void
testGetPlatforms()
void
testGetResultSets()
void
testOpenApiEndpoint()
void
testRedirection()
void
testUnmappedRoute()
-
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()
-
removeFixtures
public void removeFixtures()
-
testGetResultSets
public void testGetResultSets()
-
testGetDatasets
public void testGetDatasets()
-
testGetPlatforms
public void testGetPlatforms()
-
testUnmappedRoute
public void testUnmappedRoute()
-
testOpenApiEndpoint
public void testOpenApiEndpoint()
-
testRedirection
public void testRedirection()
-
-