Class AnalysisResultSetsWebServiceTest

java.lang.Object
org.glassfish.jersey.test.JerseyTest
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class AnalysisResultSetsWebServiceTest extends BaseJerseyIntegrationTest
  • 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()