Failsafe Report
Summary
[Summary] [Package List] [Test Cases]
Tests | Errors | Failures | Skipped | Success Rate | Time |
---|---|---|---|---|---|
16 | 0 | 0 | 6 | 62.5% | 4.208 s |
Note: failures are anticipated and checked for with assertions while errors are unanticipated.
Package List
[Summary] [Package List] [Test Cases]
Package | Tests | Errors | Failures | Skipped | Success Rate | Time |
---|---|---|---|---|---|---|
com.reallifedeveloper.common.infrastructure.messaging | 6 | 0 | 0 | 6 | 0% | 0.001 s |
com.reallifedeveloper.common.infrastructure.persistence | 10 | 0 | 0 | 0 | 100% | 4.207 s |
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
com.reallifedeveloper.common.infrastructure.messaging
- | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
---|---|---|---|---|---|---|---|
![]() |
KafkaNotificationPublisherIT | 2 | 0 | 0 | 2 | 0% | 0.001 s |
![]() |
RabbitMQNotificationPublisherIT | 4 | 0 | 0 | 4 | 0% | 0 s |
com.reallifedeveloper.common.infrastructure.persistence
- | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
---|---|---|---|---|---|---|---|
![]() |
JpaStoredEventRepositoryIT | 7 | 0 | 0 | 0 | 100% | 4.097 s |
![]() |
JpaPublishedMessageTrackerRepositoryIT | 3 | 0 | 0 | 0 | 100% | 0.110 s |
Test Cases
[Summary] [Package List] [Test Cases]
KafkaNotificationPublisherIT
![]() |
publish | 0 s |
- | class com.reallifedeveloper.common.infrastructure.messaging.KafkaNotificationPublisherIT is @Disabled | - |
![]() |
publishWithNullEventType | 0 s |
- | class com.reallifedeveloper.common.infrastructure.messaging.KafkaNotificationPublisherIT is @Disabled | - |
JpaStoredEventRepositoryIT
![]() |
lastStoredEventId | 0.189 s |
![]() |
allEventsBetweenWithNoEvents | 0.059 s |
![]() |
saveEvent | 0.069 s |
![]() |
allEventsSince | 0.038 s |
![]() |
lastStoredEventIdNoEvents | 0.052 s |
![]() |
allEventsSinceWithNoEvents | 0.029 s |
![]() |
allEventsBetween | 0.027 s |
JpaPublishedMessageTrackerRepositoryIT
![]() |
findByPublicationChannel | 0.042 s |
![]() |
save | 0.034 s |
![]() |
findByPublicationChannelNonExistingChannel | 0.026 s |
RabbitMQNotificationPublisherIT
![]() |
multipleNotificationsMultipleListeners | 0 s |
- | Since this requires RabbitMQ to be instaled on localhost, with the guest user and virtual host '/' | - |
![]() |
constructorHostPortWrongPort | 0 s |
- | Since this requires RabbitMQ to be instaled on localhost, with the guest user and virtual host '/' | - |
![]() |
singleNotificationSingleListener | 0 s |
- | Since this requires RabbitMQ to be instaled on localhost, with the guest user and virtual host '/' | - |
![]() |
constructorSingleArgumentWrongHost | 0 s |
- | Since this requires RabbitMQ to be instaled on localhost, with the guest user and virtual host '/' | - |
Failure Details
[Summary] [Package List] [Test Cases]