chore(deps): update docker/setup-qemu-action action to v3 #547
GitHub Actions / Test results
succeeded
Sep 29, 2023 in 0s
Test results β
β Β intTest/TEST-de.codecentric.hc.habit.api.doc.ApiDocIntTest.xml
2 tests were completed in 5s with 2 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
de.codecentric.hc.habit.api.doc.ApiDocIntTest | 2β | 5s |
β Β de.codecentric.hc.habit.api.doc.ApiDocIntTest
β
shouldReturnOpenApiSpecAsJson()
β
shouldDisplaySwaggerUi()
β Β intTest/TEST-de.codecentric.hc.habit.habits.HabitControllerIntTest.xml
11 tests were completed in 2s with 11 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
de.codecentric.hc.habit.habits.HabitControllerIntTest | 11β | 2s |
β Β de.codecentric.hc.habit.habits.HabitControllerIntTest
β
createHabitWithBlankName()
β
deleteHabit()
β
createHabit()
β
createHabitWithDuplicateName()
β
deleteHabitWithoutAuthShouldFail()
β
getHabits()
β
createHabitWith65CharacterName()
β
getHabitsOrderedByNameAscending()
β
createHabitWithoutSchedule()
β
createHabitWith64CharacterName()
β
deleteHabitNotFound()
β Β intTest/TEST-de.codecentric.hc.habit.habits.HabitControllerJwtIntTest.xml
10 tests were completed in 1s with 10 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
de.codecentric.hc.habit.habits.HabitControllerJwtIntTest | 10β | 1s |
β Β de.codecentric.hc.habit.habits.HabitControllerJwtIntTest
β
createHabitWithBlankName()
β
deleteHabit()
β
createHabit()
β
createHabitWithDuplicateName()
β
getHabits()
β
createHabitWith65CharacterName()
β
getHabitsOrderedByNameAscending()
β
createHabitWithoutSchedule()
β
createHabitWith64CharacterName()
β
deleteHabitNotFound()
β Β intTest/TEST-de.codecentric.hc.habit.monitoring.MonitoringIntTest.xml
1 tests were completed in 110ms with 1 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
de.codecentric.hc.habit.monitoring.MonitoringIntTest | 1β | 110ms |
β Β de.codecentric.hc.habit.monitoring.MonitoringIntTest
β
healthCheck()
β Β intTest/TEST-de.codecentric.hc.habit.provider.verification.UiPactVerificationTest.xml
3 tests were completed in 818ms with 3 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
de.codecentric.hc.habit.provider.verification.UiPactVerificationTest | 3β | 818ms |
β Β de.codecentric.hc.habit.provider.verification.UiPactVerificationTest
β
hc-ui - request to return the habits of a user
β
hc-ui - request to create a new habit
β
hc-ui - request to delete the habit with id '123'
β Β test/TEST-de.codecentric.hc.habit.auth.AuthTest.xml
4 tests were completed in 1s with 4 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
de.codecentric.hc.habit.auth.AuthTest | 4β | 1s |
β Β de.codecentric.hc.habit.auth.AuthTest
β
getHabitsWithoutAuthShouldThrowConstraintViolationException()
β
getHabitsWithUserIdHeaderAndJwtShouldUseJwtAndReturnOk()
β
getHabitsWithUserIdHeaderShouldReturnOk()
β
getHabitsWithJwtShouldReturnOk()
β Β test/TEST-de.codecentric.hc.habit.auth.InsecureJwtDecoderTest.xml
4 tests were completed in 39ms with 4 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
de.codecentric.hc.habit.auth.InsecureJwtDecoderTest | 4β | 39ms |
β Β de.codecentric.hc.habit.auth.InsecureJwtDecoderTest
β
decode_whenInvalidSignatureToken_thenSuccess()
β
decode_whenMalformedPayloadToken_thenJwtException()
β
decode_whenValidToken_thenSuccess()
β
decode_whenMalformedHeaderToken_thenJwtException()
β Β test/TEST-de.codecentric.hc.habit.auth.UserIdArgumentResolverTest.xml
5 tests were completed in 1s with 5 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
de.codecentric.hc.habit.auth.UserIdArgumentResolverTest | 5β | 1s |
β Β de.codecentric.hc.habit.auth.UserIdArgumentResolverTest
β
shouldNotSupportParametersWithoutUserIdAnnotation()
β
shouldReturnUserIdWhenAuthorizationIsMissing()
β
shouldSupportParametersWithUserIdAnnotation()
β
shouldExtractUserIdFromJwtToken()
β
shouldThrowAnExceptionWhenTheAuthorizationHeaderIsBasicAuth()
β Β test/TEST-de.codecentric.hc.habit.habits.HabitControllerTest.xml
10 tests were completed in 482ms with 10 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
de.codecentric.hc.habit.habits.HabitControllerTest | 10β | 482ms |
β Β de.codecentric.hc.habit.habits.HabitControllerTest
β
deleteHabitShouldDeleteHabit()
β
createHabitShouldCreateHabit()
β
getHabitShouldThrowAnExceptionWhenHabitNotFound()
β
deleteHabitShouldThrowExceptionWhenHabitNotFound()
β
getHabitShouldReturnHabits()
β
createHabitShouldHandleDataAccessException()
β
getHabitShouldReturnHabitById()
β
createHabitShouldHandleDataIntegrityViolationException()
β
createHabitShouldHandleUniqueHabitNameConstraintViolationException()
β
createHabitShouldHandleConstraintViolationException()
β Β test/TEST-de.codecentric.hc.habit.habits.HabitTest.xml
1 tests were completed in 17ms with 1 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
de.codecentric.hc.habit.habits.HabitTest | 1β | 17ms |
β Β de.codecentric.hc.habit.habits.HabitTest
β
canBeCreatedFromModificationRequests()
Loading