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:
org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
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 -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidMethods inherited from class ubic.gemma.rest.util.BaseJerseyIntegrationTest
setUpAuthentication, tearDownSecurityContextMethods inherited from class ubic.gemma.rest.util.BaseJerseyTest
configure, configureClient, getTestContainerFactory, setApplicationContext, setUp, tearDownMethods 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
-
Constructor Details
-
AnalysisResultSetsJerseyTest
public AnalysisResultSetsJerseyTest()
-
-
Method Details
-
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()
-