prepare for next development iteration #121
GitHub Actions / Test Results
succeeded
Nov 17, 2024 in 0s
All 34 tests pass in 1m 0s
Annotations
Check notice on line 0 in .github
github-actions / Test Results
34 tests found
There are 34 tests, see "Raw output" for the full list of tests.
Raw output
info.jotajoti.jampuz.admin.AdminControllerIntegrationTests ‑ should create admin user
info.jotajoti.jampuz.admin.AdminServiceTests$CreateAdminTests ‑ should create a new admin
info.jotajoti.jampuz.admin.AdminServiceTests$CreateAdminTests ‑ should fail if email already exists
info.jotajoti.jampuz.event.EventControllerIntegrationTests$CreateEventTests ‑ should create event
info.jotajoti.jampuz.event.EventControllerIntegrationTests$CreateEventTests ‑ should not be allowed to create event with same code and year
info.jotajoti.jampuz.event.EventControllerIntegrationTests$GetEventByCodeTests ‑ should return newest event by code
info.jotajoti.jampuz.event.EventControllerIntegrationTests$UpdateEventTests ‑ should not be allowed to update event if changing to existing code or year
info.jotajoti.jampuz.event.EventControllerIntegrationTests$UpdateEventTests ‑ should update event(String, Integer, Boolean)[1]
info.jotajoti.jampuz.event.EventControllerIntegrationTests$UpdateEventTests ‑ should update event(String, Integer, Boolean)[2]
info.jotajoti.jampuz.event.EventControllerIntegrationTests$UpdateEventTests ‑ should update event(String, Integer, Boolean)[3]
info.jotajoti.jampuz.event.EventControllerIntegrationTests$UpdateEventTests ‑ should update event(String, Integer, Boolean)[4]
info.jotajoti.jampuz.event.EventControllerIntegrationTests$UpdateEventTests ‑ should update event(String, Integer, Boolean)[5]
info.jotajoti.jampuz.event.EventControllerIntegrationTests$UpdateEventTests ‑ should update event(String, Integer, Boolean)[6]
info.jotajoti.jampuz.event.EventControllerIntegrationTests$UpdateEventTests ‑ should update event(String, Integer, Boolean)[7]
info.jotajoti.jampuz.event.EventControllerIntegrationTests$UpdateEventTests ‑ should update event(String, Integer, Boolean)[8]
info.jotajoti.jampuz.jidcode.FoundJidCodeControllerIntegrationTests$RegisterFoundJidCodeTests ‑ should not be allowed to register jid code for admin on non-owned location
info.jotajoti.jampuz.jidcode.FoundJidCodeControllerIntegrationTests$RegisterFoundJidCodeTests ‑ should not be allowed to register jid code for anonymous
info.jotajoti.jampuz.jidcode.FoundJidCodeControllerIntegrationTests$RegisterFoundJidCodeTests ‑ should register jid code for admin
info.jotajoti.jampuz.jidcode.FoundJidCodeControllerIntegrationTests$RegisterFoundJidCodeTests ‑ should register jid code for participant
info.jotajoti.jampuz.location.LocationControllerIntegrationTests$AddOwnerTests ‑ should add owner to location
info.jotajoti.jampuz.location.LocationControllerIntegrationTests$CreateLocationTests ‑ should create location
info.jotajoti.jampuz.location.LocationControllerIntegrationTests$RemoveOwnerTests ‑ should not be allowed to remove owner from not-owned location
info.jotajoti.jampuz.location.LocationControllerIntegrationTests$RemoveOwnerTests ‑ should not be allowed to remove self from location
info.jotajoti.jampuz.location.LocationControllerIntegrationTests$RemoveOwnerTests ‑ should remove owner from location
info.jotajoti.jampuz.location.LocationServiceTests$AddOwnerTests ‑ should add owner to location
info.jotajoti.jampuz.location.LocationServiceTests$AddOwnerTests ‑ should fail if admin not found by email
info.jotajoti.jampuz.location.LocationServiceTests$AddOwnerTests ‑ should fail if location not found
info.jotajoti.jampuz.location.LocationServiceTests$AddOwnerTests ‑ should fail if trying to add self to location
info.jotajoti.jampuz.participant.ParticipantControllerIntegrationTests$CreateParticipantTests ‑ should create participant
info.jotajoti.jampuz.participant.ParticipantControllerIntegrationTests$CreateParticipantTests ‑ should not be allowed to create participant with duplicate name in location
info.jotajoti.jampuz.security.SecurityControllerIntegrationTests$AuthenticatedParticipantTests ‑ should return null if authenticated as admin not participating
info.jotajoti.jampuz.security.SecurityControllerIntegrationTests$AuthenticatedParticipantTests ‑ should return null if not authenticated
info.jotajoti.jampuz.security.SecurityControllerIntegrationTests$AuthenticatedParticipantTests ‑ should return value if authenticated as admin participating
info.jotajoti.jampuz.security.SecurityControllerIntegrationTests$AuthenticatedParticipantTests ‑ should return value if authenticated as participant
Loading