Skip to content

[JN-1119] Lots of AT survey polish #2427

[JN-1119] Lots of AT survey polish

[JN-1119] Lots of AT survey polish #2427

GitHub Actions / JUnit Tests succeeded Jul 16, 2024 in 1s

121 passed, 0 failed and 0 skipped

Tests passed successfully

Report Passed Failed Skipped Time
api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.AuthTestUtilsTest.xml 4✅ 2s
api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.controller.AdminUserControllerTest.xml 5✅ 2s
api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.controller.GlobalExceptionHandlerTest.xml 2✅ 864ms
api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.controller.PublicApiControllerTest.xml 7✅ 2s
api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.service.admin.AdminUserExtServiceTests.xml 6✅ 203ms
api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.service.admin.PermissionServiceTests.xml 1✅ 21ms
api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.service.admin.RoleServiceTests.xml 1✅ 30ms
api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.service.auth.AuthUtilServiceTests.xml 6✅ 172ms
api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.service.auth.EnforcePortalEnrolleePermissionTest.xml 9✅ 406ms
api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.service.auth.SandboxOnlyTest.xml 4✅ 34ms
api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.service.BaseStatusServiceTest.xml 1✅ 9ms
api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.service.ConfigExtServiceTests.xml 4✅ 108ms
api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.service.dashboard.DashboardExtServiceTests.xml 5✅ 17ms
api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.service.DataRepoExportExtServiceTests.xml 4✅ 109ms
api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.service.enrollee.EnrolleeExtServiceTests.xml 1✅ 108ms
api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.service.enrollee.EnrolleeRelationExtServiceTest.xml 3✅ 314ms
api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.service.enrollee.ParticipantTaskExtServiceTests.xml 4✅ 168ms
api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.service.family.FamilyExtServiceTest.xml 3✅ 89ms
api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.service.forms.SurveyExtServiceTests.xml 3✅ 87ms
api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.service.forms.SurveyResponseExtServiceTests.xml 1✅ 5ms
api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.service.kit.KitExtServiceTests.xml 3✅ 13ms
api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.service.MailingServiceExtServiceTests.xml 3✅ 236ms
api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.service.notifications.NotificationExtServiceAuthTests.xml 3✅ 15ms
api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.service.notifications.NotificationExtServiceTests.xml 1✅ 83ms
api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.service.notifications.SendgridEventServiceTests.xml 3✅ 100ms
api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.service.notifications.TriggerExtAuthServiceTests.xml 2✅ 5ms
api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.service.notifications.TriggerExtServiceTests.xml 4✅ 74ms
api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.service.participant.ProfileExtServiceTests.xml 6✅ 135ms
api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.service.PopulateExtServiceTests.xml 6✅ 18ms
api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.service.portal.PortalExtServiceTest.xml 4✅ 21ms
api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.service.siteContent.SiteContentExtServiceTests.xml 1✅ 50ms
api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.service.siteContent.SiteMediaExtServiceTests.xml 2✅ 15ms
api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.service.study.StudyEnvironmentExtServiceTests.xml 3✅ 60ms
api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.service.study.StudyExtServiceTests.xml 5✅ 293ms
api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.service.workflow.DataChangeRecordServiceTest.xml 1✅ 25ms

✅ api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.AuthTestUtilsTest.xml

4 tests were completed in 2s with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
bio.terra.pearl.api.admin.AuthTestUtilsTest 4✅ 2s

✅ bio.terra.pearl.api.admin.AuthTestUtilsTest

✅ testChecksSandboxAnnotated()
✅ testFailsUnspecifiedMethod()
✅ testFailsMethodNotAnnotated()
✅ testChecksAnnotatedMethod()

✅ api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.controller.AdminUserControllerTest.xml

5 tests were completed in 2s with 5 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
bio.terra.pearl.api.admin.controller.AdminUserControllerTest 5✅ 2s

✅ bio.terra.pearl.api.admin.controller.AdminUserControllerTest

✅ testGetAllErrorsIfAuthFails()
✅ testGetReturnsBadRequestWhenIdIsNotUuid()
✅ testGetByPortalErrorsIfAuthFails()
✅ testGetReturnsFoundAdminUser()
✅ testGetReturnsNotFoundWhenAdminUserDoesNotExist()

✅ api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.controller.GlobalExceptionHandlerTest.xml

2 tests were completed in 864ms with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
bio.terra.pearl.api.admin.controller.GlobalExceptionHandlerTest 2✅ 864ms

✅ bio.terra.pearl.api.admin.controller.GlobalExceptionHandlerTest

✅ testBuildErrorReport()
✅ testStudyCreateThrowsPsqlException()

✅ api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.controller.PublicApiControllerTest.xml

7 tests were completed in 2s with 7 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
bio.terra.pearl.api.admin.controller.PublicApiControllerTest 7✅ 2s

✅ bio.terra.pearl.api.admin.controller.PublicApiControllerTest

✅ testGetSwagger()
✅ testForwarding()
✅ testVersion()
✅ testResourceGets()
✅ testStatusCheckFails()
✅ testGetConfig()
✅ testStatus()

✅ api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.service.admin.AdminUserExtServiceTests.xml

6 tests were completed in 203ms with 6 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
bio.terra.pearl.api.admin.service.admin.AdminUserExtServiceTests 6✅ 203ms

✅ bio.terra.pearl.api.admin.service.admin.AdminUserExtServiceTests

✅ testGetAttachesRolesAndPermissions(TestInfo)
✅ testGetAllRequiresSuperuser()
✅ testCreateSuperuserFailsForRegularUser()
✅ testGetWithNoPortalFailsForNonSuperuser()
✅ testGetWithPortalAuthsPortal(TestInfo)
✅ testGetAllSucceedsWithSuperuser()

✅ api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.service.admin.PermissionServiceTests.xml

1 tests were completed in 21ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
bio.terra.pearl.api.admin.service.admin.PermissionServiceTests 1✅ 21ms

✅ bio.terra.pearl.api.admin.service.admin.PermissionServiceTests

✅ updatePermissionDescription(TestInfo)

✅ api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.service.admin.RoleServiceTests.xml

1 tests were completed in 30ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
bio.terra.pearl.api.admin.service.admin.RoleServiceTests 1✅ 30ms

✅ bio.terra.pearl.api.admin.service.admin.RoleServiceTests

✅ updateRoleDescription(TestInfo)

✅ api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.service.auth.AuthUtilServiceTests.xml

6 tests were completed in 172ms with 6 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
bio.terra.pearl.api.admin.service.auth.AuthUtilServiceTests 6✅ 172ms

✅ bio.terra.pearl.api.admin.service.auth.AuthUtilServiceTests

✅ authUserToPortalRejectsUsersNotInPortal(TestInfo)
✅ authUserToPortalWithPermissionRejects(TestInfo)
✅ authUserToPortalAllowsSuperUser(TestInfo)
✅ authUserToPortalWithPermissionAllows(TestInfo)
✅ authUserToPortalRejectsNotFoundPortal(TestInfo)
✅ testVerifyObjToPortal()

✅ api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.service.auth.EnforcePortalEnrolleePermissionTest.xml

9 tests were completed in 406ms with 9 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
bio.terra.pearl.api.admin.service.auth.EnforcePortalEnrolleePermissionTest 9✅ 406ms

✅ bio.terra.pearl.api.admin.service.auth.EnforcePortalEnrolleePermissionTest

✅ testEnforceEnrollee(TestInfo)
✅ testBasePermAdminInPortal(TestInfo)
✅ testEnrolleeInDifferentPortalThrows(TestInfo)
✅ testUserInPortalWithPermission(TestInfo)
✅ testWrongEnvironmentThrows(TestInfo)
✅ testAdminNotInPortal(TestInfo)
✅ testAdminDoesNotHavePermission(TestInfo)
✅ testBaseMethodErrorsOnNull()
✅ testNoAuthContextErrors()

✅ api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.service.auth.SandboxOnlyTest.xml

4 tests were completed in 34ms with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
bio.terra.pearl.api.admin.service.auth.SandboxOnlyTest 4✅ 34ms

✅ bio.terra.pearl.api.admin.service.auth.SandboxOnlyTest

✅ testSandboxOnlyMethodErrorsOnNull()
✅ testSandboxOnlyMethodAllowsSandbox()
✅ testSandboxOnlyMethodDisallowsOther()
✅ testSandboxOnlyNoAuthContextErrors()

✅ api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.service.BaseStatusServiceTest.xml

1 tests were completed in 9ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
bio.terra.pearl.api.admin.service.BaseStatusServiceTest 1✅ 9ms

✅ bio.terra.pearl.api.admin.service.BaseStatusServiceTest

✅ getCurrentStatus()

✅ api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.service.ConfigExtServiceTests.xml

4 tests were completed in 108ms with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
bio.terra.pearl.api.admin.service.ConfigExtServiceTests 4✅ 108ms

✅ bio.terra.pearl.api.admin.service.ConfigExtServiceTests

✅ testInternalConfigMap()
✅ testConfigMap()
✅ testInternalConfigRequiresSuperuser()
✅ testSecretMask()

✅ api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.service.dashboard.DashboardExtServiceTests.xml

5 tests were completed in 17ms with 5 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
bio.terra.pearl.api.admin.service.dashboard.DashboardExtServiceTests 5✅ 17ms

✅ bio.terra.pearl.api.admin.service.dashboard.DashboardExtServiceTests

✅ createPortalEnvAlertRequiresAdmin()
✅ updatePortalEnvAlertRequiresSandbox()
✅ listPortalEnvAlertsRequiresAdmin()
✅ updatePortalEnvAlertRequiresAdmin()
✅ createPortalEnvAlertRequiresSandbox()

✅ api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.service.DataRepoExportExtServiceTests.xml

4 tests were completed in 109ms with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
bio.terra.pearl.api.admin.service.DataRepoExportExtServiceTests 4✅ 109ms

✅ bio.terra.pearl.api.admin.service.DataRepoExportExtServiceTests

✅ getJobHistoryForDatasetRequiresAuth()
✅ listDatasetsForStudyEnvironmentRequiresAuth()
✅ deleteDatasetRequiresSuperUser()
✅ createDatasetRequiresAuth()

✅ api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.service.enrollee.EnrolleeExtServiceTests.xml

1 tests were completed in 108ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
bio.terra.pearl.api.admin.service.enrollee.EnrolleeExtServiceTests 1✅ 108ms

✅ bio.terra.pearl.api.admin.service.enrollee.EnrolleeExtServiceTests

✅ testFindById(TestInfo)

✅ api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.service.enrollee.EnrolleeRelationExtServiceTest.xml

3 tests were completed in 314ms with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
bio.terra.pearl.api.admin.service.enrollee.EnrolleeRelationExtServiceTest 3✅ 314ms

✅ bio.terra.pearl.api.admin.service.enrollee.EnrolleeRelationExtServiceTest

✅ testAuthentication()
✅ testCannotCreateBetweenDifferentStudyEnvs(TestInfo)
✅ testFindRelationsForTargetEnrolleeOnlyInCorrectStudyEnv(TestInfo)

✅ api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.service.enrollee.ParticipantTaskExtServiceTests.xml

4 tests were completed in 168ms with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
bio.terra.pearl.api.admin.service.enrollee.ParticipantTaskExtServiceTests 4✅ 168ms

✅ bio.terra.pearl.api.admin.service.enrollee.ParticipantTaskExtServiceTests

✅ testGetByEnrolleeAuthsToEnrollee()
✅ testUpdateAuthsToStudy()
✅ testGetByStudyAuthsToStudy()
✅ testUpdateTasksForSurvey(TestInfo)

✅ api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.service.family.FamilyExtServiceTest.xml

3 tests were completed in 89ms with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
bio.terra.pearl.api.admin.service.family.FamilyExtServiceTest 3✅ 89ms

✅ bio.terra.pearl.api.admin.service.family.FamilyExtServiceTest

✅ testAuthentication()
✅ testFindOnlyInCorrectStudyEnv(TestInfo)
✅ testAddMemberOnlyInCorrectStudyEnv(TestInfo)

✅ api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.service.forms.SurveyExtServiceTests.xml

3 tests were completed in 87ms with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
bio.terra.pearl.api.admin.service.forms.SurveyExtServiceTests 3✅ 87ms

✅ bio.terra.pearl.api.admin.service.forms.SurveyExtServiceTests

✅ replaceStudyEnvSurvey(TestInfo)
✅ assertAllMethods()
✅ getRequiresSurveyMatchedToPortal(TestInfo)

✅ api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.service.forms.SurveyResponseExtServiceTests.xml

1 tests were completed in 5ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
bio.terra.pearl.api.admin.service.forms.SurveyResponseExtServiceTests 1✅ 5ms

✅ bio.terra.pearl.api.admin.service.forms.SurveyResponseExtServiceTests

✅ updateSurveyResponseRequiresAuth()

✅ api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.service.kit.KitExtServiceTests.xml

3 tests were completed in 13ms with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
bio.terra.pearl.api.admin.service.kit.KitExtServiceTests 3✅ 13ms

✅ bio.terra.pearl.api.admin.service.kit.KitExtServiceTests

✅ testRefreshKitStatusesAuthsStudy()
✅ testGetKitRequestsForStudyEnvironmentRequiresAdmin()
✅ testRequestKitsRequiresAdmin()

✅ api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.service.MailingServiceExtServiceTests.xml

3 tests were completed in 236ms with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
bio.terra.pearl.api.admin.service.MailingServiceExtServiceTests 3✅ 236ms

✅ bio.terra.pearl.api.admin.service.MailingServiceExtServiceTests

✅ deleteMailingListContact(TestInfo)
✅ bulkCreateMailingListContacts(TestInfo)
✅ mailingListRequiresAuth()

✅ api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.service.notifications.NotificationExtServiceAuthTests.xml

3 tests were completed in 15ms with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
bio.terra.pearl.api.admin.service.notifications.NotificationExtServiceAuthTests 3✅ 15ms

✅ bio.terra.pearl.api.admin.service.notifications.NotificationExtServiceAuthTests

✅ sendAdHocAuthsToStudy()
✅ sendAdHocChecksEnrolleesInStudy()
✅ sendAdHocAuthsToPortal()

✅ api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.service.notifications.NotificationExtServiceTests.xml

1 tests were completed in 83ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
bio.terra.pearl.api.admin.service.notifications.NotificationExtServiceTests 1✅ 83ms

✅ bio.terra.pearl.api.admin.service.notifications.NotificationExtServiceTests

✅ testSendAdHocNotification(TestInfo)

✅ api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.service.notifications.SendgridEventServiceTests.xml

3 tests were completed in 100ms with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
bio.terra.pearl.api.admin.service.notifications.SendgridEventServiceTests 3✅ 100ms

✅ bio.terra.pearl.api.admin.service.notifications.SendgridEventServiceTests

✅ testCorrelationBatchedEvents(TestInfo)
✅ testPagination()
✅ testCorrelationSingleEvent(TestInfo)

✅ api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.service.notifications.TriggerExtAuthServiceTests.xml

2 tests were completed in 5ms with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
bio.terra.pearl.api.admin.service.notifications.TriggerExtAuthServiceTests 2✅ 5ms

✅ bio.terra.pearl.api.admin.service.notifications.TriggerExtAuthServiceTests

✅ replaceConfigAuthsToPortal()
✅ findForSutdyAuthsToStudy()

✅ api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.service.notifications.TriggerExtServiceTests.xml

4 tests were completed in 74ms with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
bio.terra.pearl.api.admin.service.notifications.TriggerExtServiceTests 4✅ 74ms

✅ bio.terra.pearl.api.admin.service.notifications.TriggerExtServiceTests

✅ testNotificationConfigReplace(TestInfo)
✅ testDeleteNotificationConfigNotFound(TestInfo)
✅ testDeleteNotificationConfig(TestInfo)
✅ testDeleteNotificationConfigMustBeAuthenticated(TestInfo)

✅ api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.service.participant.ProfileExtServiceTests.xml

6 tests were completed in 135ms with 6 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
bio.terra.pearl.api.admin.service.participant.ProfileExtServiceTests 6✅ 135ms

✅ bio.terra.pearl.api.admin.service.participant.ProfileExtServiceTests

✅ testUpdateProfileForEnrolleeFailsIfWrongEnvironment(TestInfo)
✅ testAllAuthenticated()
✅ testUpdateProfileForEnrolleeFailsIfEnrolleeNotInPortal(TestInfo)
✅ testUpdateProfileForEnrolleeDoesNotUpdateWrongProfile(TestInfo)
✅ testUpdateProfileForEnrollee(TestInfo)
✅ testUpdateProfileForEnrolleeFailsIfAdminNotInPortal(TestInfo)

✅ api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.service.PopulateExtServiceTests.xml

6 tests were completed in 18ms with 6 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
bio.terra.pearl.api.admin.service.PopulateExtServiceTests 6✅ 18ms

✅ bio.terra.pearl.api.admin.service.PopulateExtServiceTests

✅ surveyRequiresAuth()
✅ bulkEnrolleeRequiresAuth()
✅ siteContentRequiresAuth()
✅ portalRequiresAuth()
✅ enrolleeRequiresAuth()
✅ baseSeedRequiresAuth()

✅ api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.service.portal.PortalExtServiceTest.xml

4 tests were completed in 21ms with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
bio.terra.pearl.api.admin.service.portal.PortalExtServiceTest 4✅ 21ms

✅ bio.terra.pearl.api.admin.service.portal.PortalExtServiceTest

✅ updateLanguagesRequiresSandbox()
✅ updateConfigHostnameRequiresSuperuser()
✅ removePortalUserRequiresPortalAuth()
✅ updateEnvRequiresSandbox()

✅ api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.service.siteContent.SiteContentExtServiceTests.xml

1 tests were completed in 50ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
bio.terra.pearl.api.admin.service.siteContent.SiteContentExtServiceTests 1✅ 50ms

✅ bio.terra.pearl.api.admin.service.siteContent.SiteContentExtServiceTests

✅ testGetLoadAllLanguages(TestInfo)

✅ api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.service.siteContent.SiteMediaExtServiceTests.xml

2 tests were completed in 15ms with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
bio.terra.pearl.api.admin.service.siteContent.SiteMediaExtServiceTests 2✅ 15ms

✅ bio.terra.pearl.api.admin.service.siteContent.SiteMediaExtServiceTests

✅ imageListAuthsToPortal(TestInfo)
✅ uploadAuthsToPortal(TestInfo)

✅ api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.service.study.StudyEnvironmentExtServiceTests.xml

3 tests were completed in 60ms with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
bio.terra.pearl.api.admin.service.study.StudyEnvironmentExtServiceTests 3✅ 60ms

✅ bio.terra.pearl.api.admin.service.study.StudyEnvironmentExtServiceTests

✅ updateConfigAuthsToStudy(TestInfo)
✅ updateChecksSandbox(TestInfo)
✅ updateConfigAllowsSuperuser(TestInfo)

✅ api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.service.study.StudyExtServiceTests.xml

5 tests were completed in 293ms with 5 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
bio.terra.pearl.api.admin.service.study.StudyExtServiceTests 5✅ 293ms

✅ bio.terra.pearl.api.admin.service.study.StudyExtServiceTests

✅ testStudyCreationRequiresSuperuser(TestInfo)
✅ testStudyDeletion(TestInfo)
✅ testStudyCreation(TestInfo)
✅ testStudyDeletionNeedsSuperUser(TestInfo)
✅ testCreateWithTemplate(TestInfo)

✅ api-admin/build/test-results/test/TEST-bio.terra.pearl.api.admin.service.workflow.DataChangeRecordServiceTest.xml

1 tests were completed in 25ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
bio.terra.pearl.api.admin.service.workflow.DataChangeRecordServiceTest 1✅ 25ms

✅ bio.terra.pearl.api.admin.service.workflow.DataChangeRecordServiceTest

✅ testFindAllRecordsForEnrollee(TestInfo)