Failsafe Report
Summary
[Summary] [Package List] [Test Cases]
| Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|
| 16 | 0 | 0 | 6 | 62.5% | 4.031 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.005 s |
| com.reallifedeveloper.common.infrastructure.persistence | 10 | 0 | 0 | 0 | 100% | 4.026 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 s | |
| RabbitMQNotificationPublisherIT | 4 | 0 | 0 | 4 | 0% | 0.005 s |
com.reallifedeveloper.common.infrastructure.persistence
| - | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|---|---|
| JpaStoredEventRepositoryIT | 7 | 0 | 0 | 0 | 100% | 0.344 s | |
| JpaPublishedMessageTrackerRepositoryIT | 3 | 0 | 0 | 0 | 100% | 3.682 s |
Test Cases
[Summary] [Package List] [Test Cases]
JpaStoredEventRepositoryIT
| lastStoredEventId | 0.058 s | |
| allEventsBetweenWithNoEvents | 0.043 s | |
| saveEvent | 0.064 s | |
| allEventsSince | 0.049 s | |
| lastStoredEventIdNoEvents | 0.050 s | |
| allEventsSinceWithNoEvents | 0.032 s | |
| allEventsBetween | 0.035 s |
JpaPublishedMessageTrackerRepositoryIT
| findByPublicationChannel | 0.181 s | |
| save | 0.061 s | |
| findByPublicationChannelNonExistingChannel | 0.034 s |
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 | - |
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]
