Class AnalysisResultSetsWebServiceTest

    • Constructor Detail

      • AnalysisResultSetsWebServiceTest

        public AnalysisResultSetsWebServiceTest()
    • Method Detail

      • tearDown

        public void tearDown()
      • 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()