Package ubic.gemma.rest
Class AnalysisResultSetsWebServiceTest
java.lang.Object
org.glassfish.jersey.test.JerseyTest
ubic.gemma.rest.util.BaseJerseyTest
ubic.gemma.rest.util.BaseJerseyIntegrationTest
ubic.gemma.rest.AnalysisResultSetsWebServiceTest
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidMethods 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
-
AnalysisResultSetsWebServiceTest
public AnalysisResultSetsWebServiceTest()
-
-
Method Details
-
setupMocks
public void setupMocks() -
removeFixtures
public void removeFixtures() -
testFindAllWhenNoDatasetsAreProvidedThenReturnLatestAnalysisResults
public void testFindAllWhenNoDatasetsAreProvidedThenReturnLatestAnalysisResults() -
testFindAllWithFilters
public void testFindAllWithFilters() -
testFindAllWithFiltersAndCollections
public void testFindAllWithFiltersAndCollections() -
testFindAllWithInvalidFilters
public void testFindAllWithInvalidFilters() -
testFindAllWithDatasetIdsThenReturnLatestAnalysisResults
public void testFindAllWithDatasetIdsThenReturnLatestAnalysisResults() -
testFindAllWhenDatasetDoesNotExistThenRaise404NotFound
public void testFindAllWhenDatasetDoesNotExistThenRaise404NotFound() -
testFindAllWithDatabaseEntriesThenReturnLatestAnalysisResults
public void testFindAllWithDatabaseEntriesThenReturnLatestAnalysisResults() -
testFindAllWhenDatabaseEntryDoesNotExistThenRaise404NotFound
public void testFindAllWhenDatabaseEntryDoesNotExistThenRaise404NotFound() -
testFindByIdThenReturn200Success
public void testFindByIdThenReturn200Success() -
testFindByIdWhenExcludeResultsThenReturn200Success
public void testFindByIdWhenExcludeResultsThenReturn200Success() -
testFindByIdWhenInvalidIdentifierThenThrowMalformedArgException
public void testFindByIdWhenInvalidIdentifierThenThrowMalformedArgException() -
testFindByIdWhenResultSetDoesNotExistsThenReturn404NotFoundError
public void testFindByIdWhenResultSetDoesNotExistsThenReturn404NotFoundError() -
testFindByIdToTsv
public void testFindByIdToTsv()
-