chore(deps): update docker/login-action action to v3 #545
Test results β
β Β intTest/TEST-de.codecentric.habitcentric.track.error.matcher.ApiErrorMatcherTest.xml
4 tests were completed in 3s with 4 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
de.codecentric.habitcentric.track.error.matcher.ApiErrorMatcherTest | 4β | 3s |
β Β de.codecentric.habitcentric.track.error.matcher.ApiErrorMatcherTest
β
hasErrorShouldMatchResponsesWithRelevantError()
β
hasErrorShouldNotMatchResponsesWithoutRelevantError()
β
hasErrorShouldThrowExceptionWhenResponsesAreInvalid()
β
describeToShouldReturnExpectedErrorsAsJson()
β Β intTest/TEST-de.codecentric.habitcentric.track.habit.HabitTrackingControllerRestAssuredTest.xml
13 tests were completed in 4s with 13 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
de.codecentric.habitcentric.track.habit.HabitTrackingControllerRestAssuredTest | 13β | 4s |
β Β de.codecentric.habitcentric.track.habit.HabitTrackingControllerRestAssuredTest
β
shouldIgnoreDuplicatesAndOrderTrackRecordsChronological()
β
shouldReturnUpdatedTrackRecords()
β
shouldRejectPutRequestsWithoutBody()
β
shouldReturnEmptyArrayWithoutTrackRecords()
β
shouldRejectGetRequestsWithUserIdLongerThan64Characters()
β
shouldReturnCreatedTrackRecords()
β
shouldRejectGetRequestsWithInvalidUserId()
β
shouldRejectPutRequestsWithoutInvalidDates()
β
shouldRejectPutRequestsWithInvalidUserId()
β
shouldRejectPutRequestsWithInvalidContentType()
β
shouldRejectPutRequestsWithoutPositiveHabitId()
β
shouldRejectGetRequestsWithoutPositiveHabitId()
β
shouldRejectPutRequestsWithUserIdLongerThan64Characters()
β Β intTest/TEST-de.codecentric.habitcentric.track.habit.jwt.HabitTrackingControllerJwtRestAssuredTest.xml
13 tests were completed in 830ms with 13 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
de.codecentric.habitcentric.track.habit.jwt.HabitTrackingControllerJwtRestAssuredTest | 13β | 830ms |
β Β de.codecentric.habitcentric.track.habit.jwt.HabitTrackingControllerJwtRestAssuredTest
β
shouldIgnoreDuplicatesAndOrderTrackRecordsChronological()
β
shouldReturnUpdatedTrackRecords()
β
shouldRejectPutRequestsWithoutBody()
β
shouldReturnEmptyArrayWithoutTrackRecords()
β
shouldRejectGetRequestsWithUserIdLongerThan64Characters()
β
shouldReturnCreatedTrackRecords()
β
shouldRejectGetRequestsWithInvalidUserId()
β
shouldRejectPutRequestsWithoutInvalidDates()
β
shouldRejectPutRequestsWithInvalidUserId()
β
shouldRejectPutRequestsWithInvalidContentType()
β
shouldRejectPutRequestsWithoutPositiveHabitId()
β
shouldRejectGetRequestsWithoutPositiveHabitId()
β
shouldRejectPutRequestsWithUserIdLongerThan64Characters()
β Β intTest/TEST-de.codecentric.habitcentric.track.monitoring.MonitoringRestAssuredTest.xml
1 tests were completed in 54ms with 1 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
de.codecentric.habitcentric.track.monitoring.MonitoringRestAssuredTest | 1β | 54ms |
β Β de.codecentric.habitcentric.track.monitoring.MonitoringRestAssuredTest
β
healthEndpointShouldReturnHttpStatusCode200()
β Β test/TEST-de.codecentric.habitcentric.track.ApplicationConfigurationTest.xml
2 tests were completed in 2s with 2 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
de.codecentric.habitcentric.track.ApplicationConfigurationTest | 2β | 2s |
β Β de.codecentric.habitcentric.track.ApplicationConfigurationTest
β
shouldUseInsecureJwtDecoder()
β
shouldUseFixedLocaleUs()
β Β test/TEST-de.codecentric.habitcentric.track.auth.AuthErrorExceptionTest.xml
4 tests were completed in 93ms with 4 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
de.codecentric.habitcentric.track.auth.AuthErrorExceptionTest | 4β | 93ms |
β Β de.codecentric.habitcentric.track.auth.AuthErrorExceptionTest
β
withErrorAndCauseAndTemplateProperties()
β
withError()
β
withErrorAndTemplateProperties()
β
withErrorAndCause()
β Β test/TEST-de.codecentric.habitcentric.track.auth.InsecureJwtDecoderTest.xml
4 tests were completed in 255ms with 4 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
de.codecentric.habitcentric.track.auth.InsecureJwtDecoderTest | 4β | 255ms |
β Β de.codecentric.habitcentric.track.auth.InsecureJwtDecoderTest
β
decode_whenInvalidSignatureToken_thenSuccess()
β
decode_whenMalformedPayloadToken_thenJwtException()
β
decode_whenValidToken_thenSuccess()
β
decode_whenMalformedHeaderToken_thenJwtException()
β Β test/TEST-de.codecentric.habitcentric.track.auth.UserIdArgumentResolverTest.xml
5 tests were completed in 907ms with 5 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
de.codecentric.habitcentric.track.auth.UserIdArgumentResolverTest | 5β | 907ms |
β Β de.codecentric.habitcentric.track.auth.UserIdArgumentResolverTest
β
shouldNotSupportParametersWithoutUserIdAnnotation()
β
shouldThrowAnExceptionWhenTheAuthorizationHeaderIsMissing()
β
shouldSupportParametersWithUserIdAnnotation()
β
shouldExtractUserIdFromJwtToken()
β
shouldThrowAnExceptionWhenTheAuthorizationHeaderIsBasicAuth()
β Β test/TEST-de.codecentric.habitcentric.track.error.ApiErrorExceptionHandlerTest.xml
5 tests were completed in 121ms with 5 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
de.codecentric.habitcentric.track.error.ApiErrorExceptionHandlerTest | 5β | 121ms |
β Β de.codecentric.habitcentric.track.error.ApiErrorExceptionHandlerTest
β
handleShouldMapApiExceptionsWithCauseAndTemplateProperties()
β
toResponseErrorShouldMapApiErrorsWithoutDetail()
β
toResponseErrorShouldMapApiErrors()
β
handleShouldMapApiExceptions()
β
toResponseErrorShouldMapApiErrorsWithPlaceholders()
β Β test/TEST-de.codecentric.habitcentric.track.error.ApiErrorExceptionTest.xml
4 tests were completed in 13ms with 4 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
de.codecentric.habitcentric.track.error.ApiErrorExceptionTest | 4β | 13ms |
β Β de.codecentric.habitcentric.track.error.ApiErrorExceptionTest
β
withErrorAndCauseAndTemplateProperties()
β
withError()
β
withErrorAndTemplateProperties()
β
withErrorAndCause()
β Β test/TEST-de.codecentric.habitcentric.track.error.ApiErrorResponseTest.xml
1 tests were completed in 1ms with 1 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
de.codecentric.habitcentric.track.error.ApiErrorResponseTest | 1β | 1ms |
β Β de.codecentric.habitcentric.track.error.ApiErrorResponseTest
β
errorOccurrencesCanBeIdentifiedByAnUniqueId()
β Β test/TEST-de.codecentric.habitcentric.track.error.ApiErrorTest.xml
8 tests were completed in 219ms with 8 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
de.codecentric.habitcentric.track.error.ApiErrorTest | 8β | 219ms |
β Β de.codecentric.habitcentric.track.error.ApiErrorTest
β
statusCodeShouldBeValid()
β
titleShouldNotBeBlank()
β
detailCanBeAnEmptyOptional()
β
detailShouldNotBeNull()
β
codeShouldBeUnique()
β
getDetailCanReplaceTemplateProperties()
β
titleShouldNotHavePlaceholders()
β
codeShouldNotBeBlank()
β Β test/TEST-de.codecentric.habitcentric.track.habit.HabitTrackingControllerTest.xml
1 tests were completed in 30ms with 1 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
de.codecentric.habitcentric.track.habit.HabitTrackingControllerTest | 1β | 30ms |
β Β de.codecentric.habitcentric.track.habit.HabitTrackingControllerTest
β
shouldExtractDatesFromTrackRecords()
β Β test/TEST-de.codecentric.habitcentric.track.habit.HabitTrackingControllerWebMvcTest.xml
3 tests were completed in 380ms with 3 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
de.codecentric.habitcentric.track.habit.HabitTrackingControllerWebMvcTest | 3β | 380ms |
β Β de.codecentric.habitcentric.track.habit.HabitTrackingControllerWebMvcTest
β
shouldReturnEmptyArrayWhenTrackRecordsAreNotFound()
β
shouldFilterOutDuplicateTrackRecords()
β
shouldReturnTrackRecords()
β Β test/TEST-de.codecentric.habitcentric.track.habit.HabitTrackingErrorExceptionTest.xml
2 tests were completed in 1ms with 2 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
de.codecentric.habitcentric.track.habit.HabitTrackingErrorExceptionTest | 2β | 1ms |
β Β de.codecentric.habitcentric.track.habit.HabitTrackingErrorExceptionTest
β
withErrorAndCauseAndTemplateProperties()
β
withErrorAndTemplateProperties()
β Β test/TEST-de.codecentric.habitcentric.track.habit.jwt.HabitTrackingControllerJwtWebMvcTest.xml
3 tests were completed in 57ms with 3 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
de.codecentric.habitcentric.track.habit.jwt.HabitTrackingControllerJwtWebMvcTest | 3β | 57ms |
β Β de.codecentric.habitcentric.track.habit.jwt.HabitTrackingControllerJwtWebMvcTest
β
shouldReturnEmptyArrayWhenTrackRecordsAreNotFound()
β
shouldFilterOutDuplicateTrackRecords()
β
shouldReturnTrackRecords()
β Β test/TEST-de.codecentric.habitcentric.track.habit.validation.ConstraintViolationExceptionHandlerTest.xml
1 tests were completed in 53ms with 1 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
de.codecentric.habitcentric.track.habit.validation.ConstraintViolationExceptionHandlerTest | 1β | 53ms |
β Β de.codecentric.habitcentric.track.habit.validation.ConstraintViolationExceptionHandlerTest
β
canHandleConstraintViolationExceptions()