 |
contextLoads |
- |
java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@771b2b5b testClass = org.diabetestechnology.drh.service.http.ApplicationTests, locations = [], classes = [org.diabetestechnology.drh.service.http.Application], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@2002348, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@54c62d71, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@5e1fa5b1, org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer@4fce136b, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@56303b57, org.springframework.boot.test.autoconfigure.OnFailureConditionReportContextCustomizerFactory$OnFailureConditionReportContextCustomizer@78f5c518, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@366c4480, org.springframework.test.context.support.DynamicPropertiesContextCustomizer@0, org.springframework.boot.test.context.SpringBootTestAnnotation@30436c5], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null] |
- |
org.diabetestechnology.drh.service.http.ApplicationTests: |
 |
testSaveMealsAndFitnessFile_Success |
- |
java.lang.NullPointerException: Cannot invoke "org.diabetestechnology.drh.service.http.pg.service.DbActivityService.prepareActivityLogMetadata()" because "this.activityLogService" is null |
- |
org.diabetestechnology.drh.service.http.pg.service.MealsAndFitnessServiceTest:121 |
 |
testSaveResearchStudySettings_exceptionDuringSave |
- |
java.lang.NullPointerException: Cannot invoke "org.diabetestechnology.drh.service.http.pg.service.DbActivityService.prepareActivityLogMetadata()" because "<local3>.activityLogService" is null |
- |
org.diabetestechnology.drh.service.http.pg.ResearchStudyServiceTest:331 |
 |
testEditResearchStudyArchiveStatus_Success |
- |
org.opentest4j.AssertionFailedError: expected: <{"status":"success"}> but was: <null> |
- |
org.diabetestechnology.drh.service.http.pg.ResearchStudyServiceTest:620 |
 |
testUpdatePublicationInlineExceptionHandling |
- |
Wanted but not invoked:
Wanted but not invoked:
dsl.select(<any org.jooq.Field>);
-> at org.diabetestechnology.drh.service.http.pg.ResearchStudyServiceTest.testUpdatePublicationInlineExceptionHandling(ResearchStudyServiceTest.java:759)
Actually, there were zero interactions with this mock.
|
- |
org.diabetestechnology.drh.service.http.pg.ResearchStudyServiceTest:759 |
 |
testUpdateVisibility |
- |
java.lang.RuntimeException: Error while processing the updateVisibility function |
- |
org.diabetestechnology.drh.service.http.pg.ResearchStudyServiceTest:780 |
 |
testEditResearchStudy |
- |
org.opentest4j.AssertionFailedError: The actual result does not match the expected result. ==> expected: <{"status":"success"}> but was: <null> |
- |
org.diabetestechnology.drh.service.http.pg.ResearchStudyServiceTest:196 |
 |
testSaveResearchStudy |
- |
java.lang.NullPointerException: Cannot invoke "org.diabetestechnology.drh.service.http.pg.service.DbActivityService.prepareActivityLogMetadata()" because "<local3>.activityLogService" is null |
- |
org.diabetestechnology.drh.service.http.pg.ResearchStudyServiceTest:135 |
 |
testSaveResearchStudySettings_validNctNumber |
- |
java.lang.NullPointerException: Cannot invoke "org.diabetestechnology.drh.service.http.pg.service.DbActivityService.prepareActivityLogMetadata()" because "<local3>.activityLogService" is null |
- |
org.diabetestechnology.drh.service.http.pg.ResearchStudyServiceTest:254 |
 |
testUpdatePublicationInline |
- |
java.lang.RuntimeException: Error while processing the updatePublicationInline function |
- |
org.diabetestechnology.drh.service.http.pg.ResearchStudyServiceTest:735 |
 |
testUpdateVisibility_whenExceptionThrown_thenSaveFailedInteractionAndThrow |
- |
Argument(s) are different! Wanted:
Argument(s) are different! Wanted:
interactionService.saveStudyInteraction(
"RS123",
"hub123",
"Update",
"Update study visibility to Public.",
"Active",
"Active",
isNull(),
isNull(),
contains("DB failure"),
0,
"Error",
"UPDATE STUDY",
"FAILED"
);
-> at org.diabetestechnology.drh.service.http.pg.service.InteractionService.saveStudyInteraction(InteractionService.java:90)
Actual invocations have different arguments at position [8]:
interactionService.getHubIntercationIdOfStudy(
"RS123"
);
-> at org.diabetestechnology.drh.service.http.pg.service.ResearchStudyService.updateVisibility(ResearchStudyService.java:543)
interactionService.saveStudyInteraction(
"RS123",
"hub123",
"Update",
"Update study visibility to Public.",
"Active",
"Active",
null,
null,
""Cannot invoke \"org.diabetestechnology.drh.service.http.pg.service.DbActivityService.prepareActivityLogMetadata()\" because \"<local4>.activityLogService\" is null"",
0,
"Error",
"UPDATE STUDY",
"FAILED"
);
-> at org.diabetestechnology.drh.service.http.pg.service.ResearchStudyService.updateVisibility(ResearchStudyService.java:544)
|
- |
org.diabetestechnology.drh.service.http.pg.ResearchStudyServiceTest:815 |
 |
testSaveResearchStudy_missingStudyIdKey |
- |
java.lang.NullPointerException: Cannot invoke "org.diabetestechnology.drh.service.http.pg.service.DbActivityService.prepareActivityLogMetadata()" because "<local3>.activityLogService" is null |
- |
org.diabetestechnology.drh.service.http.pg.ResearchStudyServiceTest:161 |
 |
testSaveResearchStudySettings_nullResultFromDb |
- |
java.lang.NullPointerException: Cannot invoke "org.diabetestechnology.drh.service.http.pg.service.DbActivityService.prepareActivityLogMetadata()" because "<local3>.activityLogService" is null |
- |
org.diabetestechnology.drh.service.http.pg.ResearchStudyServiceTest:377 |
 |
testCalculateTimeBelowRangeLow_RetryLogic |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testGetMeanGlucose |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testCheckDatabaseAttachment_WhenNotFound |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testGetAmbulatoryGlucoseProfile_DatabaseNotAttached |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testCalculateTimeBelowRangeLow_DatabaseNotAttached |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testGetStudyDetails_DatabaseNotAttached |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testCalculateTimeAboveRangeVeryHigh |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testGetSortModel_AscendingSort |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testRefreshDatabase_WhenAlreadyAttached |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testCalculateJIndex |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testGetSortModel_DescendingSort |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testCalculateMValue |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testGetMeanGlucose_DatabaseNotAttached |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testCalculateTimeAboveRangeHigh_DatabaseNotAttached |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testCalculateMeanOfDailyDifferences_DatabaseNotAttached |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testGetStudyDetails |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testCreateCondition_DateFilter |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testCalculateLBGIandHBGI |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testGetGlucoseManagementIndicator |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testCommonResponseBuilder_Success |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testGetMeanGlucose_DataAccessException |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testCalculateTimeAboveRangeHigh_DataAccessException |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testGetCoefficientOfVariation_DatabaseNotAttached |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testCreateCondition_NumberFilter |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testResponseBuilder_SuccessWithData |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testGetNumberOfDaysCGMWorn_DatabaseNotAttached |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testCalculateMeanOfDailyDifferences_DataAccessException |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testCreateCondition_ContainsFilter |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testGetAmbulatoryGlucoseProfile_DataAccessExceptions |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testGetParticipantCGMDates_NoDataFound |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testCalculateGRADE_DatabaseNotAttached |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testCreateCondition_InvalidFilterType |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testCalculateTimeInRange_succcess |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testGetCoefficientOfVariation_DataAccessException |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testAttachDatabase_WhenFails |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testGetNumberOfDaysCGMWorn_DataAccessException |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testComputeAllMetrics_InvalidDatabaseAlias |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testCalculateMeanOfDailyDifferences |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testComputeAllMetrics_Success |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testLiabilityIndex |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testGetDailyGlucoseProfile_Success |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testCalculateGRADE_DataAccessException |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testGetParticipantMetrics_DatabaseNotAttached |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testCalculateCONGA_DatabaseNotAttached |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testGetPercentageTimeCGMActive_DatabaseNotAttached |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testCalculateTimeInTightRange_EmptyResult |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testCalculateAverageDailyRisk_NullResult |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testGetParticipantCGMDates_DataAccessException |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testGlycemicRiskIndicator |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testGetParticipantMetrics |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testGetTimeRangeStackedData |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testCreateCondition_NullFilterModel |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testGetParticipantCGMDates_DBNotAttached |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testCalculateTimeBelowRangeLow_Success |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testCalculateTimeInTightRange_DatabaseNotAttached |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testGetParticipantMetrics_DataAccessException |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testCalculateCONGA_DataAccessException |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testCalculateTimeBelowRangeVeryLow_MaxRetriesExceeded |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testGetPercentageTimeCGMActive_DataAccessException |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testResponseBuilder_Error |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testReplacePlaceholders |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testGlycemicRiskIndicator_DatabaseNotAttached |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testGetDailyGlucoseProfile_NoData |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testCalculateTimeInRange_queryFailureWithRetries |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testGetCoefficientOfVariation_Success |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testCalculateTimeBelowRangeVeryLow_NoData |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testGetIndividualStudyDetails |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testCalculateTimeAboveRangeVeryHigh_EmptyResult |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testResponse |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testCalculateMValue_DatabaseNotAttached |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testCalculateTimeInTightRange_DataAccessException |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testCalculateTimeInRange_databaseNotAttached |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testComputeAllMetrics_NoRecordsFound |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testGetPercentageTimeCGMActive |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testComputeAllMetrics_DataAccessException_MaxRetriesExceeded |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testAttachDatabase_Success |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testGlycemicRiskIndicator_DataAccessException |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testGetNumberOfDaysCGMWorn |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testGetStudyParticipantDashboard |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testLiabilityIndex_DatabaseNotAttached |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testCalculateTimeAboveRangeHigh_EmptyResult |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testCalculateMValue_DataAccessException |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testCalculateTimeInRange_noDataFound |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testGetMeanAmplitude |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testCalculateTimeAboveRangeHigh |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testGetMeanAmplitude_EmptyResult |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testCreateCondition_EqualsFilter |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testLiabilityIndex_DataAccessException |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testGetStudyParticipantDashboard_DatabaseNotAttached |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testGetParticipantCGMDates |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testGetMeanAmplitude_DatabaseNotAttached |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testCalculateLBGIandHBGI_DatabaseNotAttached |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testCalculateTimeAboveRangeVeryHigh_DatabaseNotAttached |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testGetTimeRangeStackedData_DatabaseNotAttached |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testRefreshDatabase_WhenNotAttached |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testGetStudyTotalCgmFiles |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testCreateCondition_LikeFilter |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testGetFieldName_Success |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testCalculateMValue_EmptyResult |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testGetParticipantInfos |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testCalculateTimeBelowRangeVeryLow_Success |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testGetGlucoseManagementIndicator_DatabaseNotAttached |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testResponseBuilder_SuccessNoData |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testGetDailyGlucoseProfile_InvalidStudyId |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testCalculateJIndex_DatabaseNotAttached |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testCalculateTimeInTightRange |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testGetMeanAmplitude_DataAccessException |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testCalculateLBGIandHBGI_DataAccessException |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testCalculateTimeAboveRangeVeryHigh_DataAccessException |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testGetTimeRangeStackedData_DataAccessException |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testCalculateAverageDailyRisk_DatabaseNotAttached |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testAttachDatabase |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testCalculateTimeBelowRangeLow_NoData |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testCalculateAverageDailyRisk |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testGetGlucoseManagementIndicator_DataAccessException |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testCalculateCONGA |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testCalculateGRADE |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testCalculateJIndex_DataAccessException |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testCalculateAverageDailyRisk_DataAccessException |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.DataAccessServiceTest is @Disabled |
 |
testGetUserDetails_WithOrcidProvider |
- |
org.mockito.exceptions.misusing.UnnecessaryStubbingException:
Unnecessary stubbings detected.
Clean & maintainable test code requires zero unnecessary code.
Following stubbings are unnecessary (click to navigate to relevant line of code):
1. -> at org.diabetestechnology.drh.service.http.hub.prime.service.orcid.OrcidUserDetailServiceTest.testGetUserDetails_WithOrcidProvider(OrcidUserDetailServiceTest.java:56)
Please remove unnecessary stubbings or use 'lenient' strictness. More info: javadoc for UnnecessaryStubbingException class. |
- |
org.diabetestechnology.drh.service.http.hub.prime.service.orcid.OrcidUserDetailServiceTest:56 |
 |
testGetUserId_WithOrcidProvider |
- |
org.mockito.exceptions.misusing.UnnecessaryStubbingException:
Unnecessary stubbings detected.
Clean & maintainable test code requires zero unnecessary code.
Following stubbings are unnecessary (click to navigate to relevant line of code):
1. -> at org.diabetestechnology.drh.service.http.hub.prime.service.orcid.OrcidUserDetailServiceTest.testGetUserId_WithOrcidProvider(OrcidUserDetailServiceTest.java:102)
Please remove unnecessary stubbings or use 'lenient' strictness. More info: javadoc for UnnecessaryStubbingException class. |
- |
org.diabetestechnology.drh.service.http.hub.prime.service.orcid.OrcidUserDetailServiceTest:102 |
 |
testCreatePractitionerProfile_GitHub |
- |
java.lang.NullPointerException: Cannot invoke "org.diabetestechnology.drh.service.http.pg.service.DbActivityService.prepareActivityLogMetadata()" because "this.activityLogService" is null |
- |
org.diabetestechnology.drh.service.http.pg.service.PractitionerServiceTest:84 |
 |
testCreatePractitionerProfile_InvalidProvider |
- |
java.lang.NullPointerException: Cannot invoke "org.diabetestechnology.drh.service.http.pg.service.DbActivityService.prepareActivityLogMetadata()" because "this.activityLogService" is null |
- |
org.diabetestechnology.drh.service.http.pg.service.PractitionerServiceTest:115 |
 |
testCreatePractitionerProfile_Orcid |
- |
java.lang.NullPointerException: Cannot invoke "org.diabetestechnology.drh.service.http.pg.service.DbActivityService.prepareActivityLogMetadata()" because "this.activityLogService" is null |
- |
org.diabetestechnology.drh.service.http.pg.service.PractitionerServiceTest:104 |
 |
testGetAllStudyVanityMetrics |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.CombineDataAccessServiceTest is @Disabled |
 |
testGetAllStudyTotalDataPoints |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.CombineDataAccessServiceTest is @Disabled |
 |
testGetAllStudyTotalCgmWear |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.CombineDataAccessServiceTest is @Disabled |
 |
testGetAllStudyTotalCgmFiles |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.CombineDataAccessServiceTest is @Disabled |
 |
testGetCohortReport |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.CombineDataAccessServiceTest is @Disabled |
 |
testGetAllStudyAvgGlucose |
- |
skipped: class org.diabetestechnology.drh.service.http.hub.prime.service.CombineDataAccessServiceTest is @Disabled |
 |
testSaveInvestigator_ReturnsNull_WhenQueryFails |
- |
java.lang.NullPointerException: Cannot invoke "org.diabetestechnology.drh.service.http.pg.service.DbActivityService.prepareActivityLogMetadata()" because "<local3>.activityLogService" is null |
- |
org.diabetestechnology.drh.service.http.pg.service.InvestigatorServiceTest:178 |
 |
testSaveInvestigator_ReturnsJsonResult |
- |
java.lang.NullPointerException: Cannot invoke "org.diabetestechnology.drh.service.http.pg.service.DbActivityService.prepareActivityLogMetadata()" because "<local3>.activityLogService" is null |
- |
org.diabetestechnology.drh.service.http.pg.service.InvestigatorServiceTest:151 |
 |
testUpdateParticipantDataInline_Success |
- |
java.lang.RuntimeException: Failed to update participant data. |
- |
org.diabetestechnology.drh.service.http.pg.service.ParticipantServiceTest:155 |
 |
testSaveParticipantsDataFromFile_Failure |
- |
java.lang.NullPointerException: Cannot invoke "org.diabetestechnology.drh.service.http.pg.service.DbActivityService.prepareActivityLogMetadata()" because "<local6>.activityLogService" is null |
- |
org.diabetestechnology.drh.service.http.pg.service.ParticipantServiceTest:243 |
 |
testUpdateParticipantData_Success |
- |
java.lang.NullPointerException: Cannot invoke "org.diabetestechnology.drh.service.http.pg.service.DbActivityService.prepareActivityLogMetadata()" because "<local4>.activityLogService" is null |
- |
org.diabetestechnology.drh.service.http.pg.service.ParticipantServiceTest:283 |
 |
testSaveParticipantData_Success |
- |
java.lang.IllegalArgumentException: Failed to save participant data due to an error: Cannot invoke "org.diabetestechnology.drh.service.http.pg.service.DbActivityService.prepareActivityLogMetadata()" because "<local3>.activityLogService" is null |
- |
org.diabetestechnology.drh.service.http.pg.service.ParticipantServiceTest:101 |
 |
testSaveParticipantData_Failure |
- |
org.opentest4j.AssertionFailedError: expected: <true> but was: <false> |
- |
org.diabetestechnology.drh.service.http.pg.service.ParticipantServiceTest:124 |
 |
testSaveParticipantsDataFromFile_Success |
- |
java.lang.NullPointerException: Cannot invoke "org.diabetestechnology.drh.service.http.pg.service.DbActivityService.prepareActivityLogMetadata()" because "<local6>.activityLogService" is null |
- |
org.diabetestechnology.drh.service.http.pg.service.ParticipantServiceTest:223 |
 |
testGetAuditDataFromRequestAndResponse |
- |
java.lang.NullPointerException: Cannot invoke "org.diabetestechnology.drh.service.http.pg.service.MasterService.getMetricActivityLevel(int)" because "this.masterService" is null |
- |
org.diabetestechnology.drh.service.http.hub.prime.service.interaction.ActivityLogServiceTest:192 |
 |
testGetAuditDataWithDatabaseError |
- |
java.lang.NullPointerException: Cannot invoke "org.diabetestechnology.drh.service.http.pg.service.MasterService.getMetricActivityLevel(int)" because "this.masterService" is null |
- |
org.diabetestechnology.drh.service.http.hub.prime.service.interaction.ActivityLogServiceTest:238 |
 |
testGetAuditDataFromUrlRequestAndResponse_Success |
- |
java.lang.NullPointerException: Cannot invoke "org.diabetestechnology.drh.service.http.pg.service.MasterService.getMetricActivityLevel(int)" because "this.masterService" is null |
- |
org.diabetestechnology.drh.service.http.hub.prime.service.interaction.ActivityLogServiceTest:382 |
 |
testSaveActivityLog_Success |
- |
Wanted but not invoked:
Wanted but not invoked:
dsl.select(<any org.jooq.SelectField>);
-> at org.diabetestechnology.drh.service.http.hub.prime.service.interaction.ActivityLogServiceTest.testSaveActivityLog_Success(ActivityLogServiceTest.java:325)
Actually, there were zero interactions with this mock.
|
- |
org.diabetestechnology.drh.service.http.hub.prime.service.interaction.ActivityLogServiceTest:325 |
 |
testGetAuditDataWithLogDetails |
- |
java.lang.NullPointerException: Cannot invoke "org.diabetestechnology.drh.service.http.pg.service.MasterService.getMetricActivityLevel(int)" because "this.masterService" is null |
- |
org.diabetestechnology.drh.service.http.hub.prime.service.interaction.ActivityLogServiceTest:287 |
 |
testGetTenantIdByUserId_AsUser |
- |
java.lang.NullPointerException: Cannot invoke "org.jooq.SelectLimitPercentStep.fetchOneInto(java.lang.Class)" because "query" is null |
- |
org.diabetestechnology.drh.service.http.pg.service.PartyServiceTest:296 |