License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdcom.jashmore |
ArtifactId | ArtifactIdlocal-sqs-test-utils-junit5 |
Version | Version3.1.1 |
Type | Typejar |
Description |
DescriptionJava Dynamic SQS Listener - Utilities - Local SQS Test Utilities for JUnit 5 tests
Utility classes for testing SQS queues.
|
<!-- https://jarcasting.com/artifacts/com.jashmore/local-sqs-test-utils-junit5/ -->
<dependency>
<groupId>com.jashmore</groupId>
<artifactId>local-sqs-test-utils-junit5</artifactId>
<version>3.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.jashmore/local-sqs-test-utils-junit5/
implementation 'com.jashmore:local-sqs-test-utils-junit5:3.1.1'
// https://jarcasting.com/artifacts/com.jashmore/local-sqs-test-utils-junit5/
implementation ("com.jashmore:local-sqs-test-utils-junit5:3.1.1")
'com.jashmore:local-sqs-test-utils-junit5:jar:3.1.1'
<dependency org="com.jashmore" name="local-sqs-test-utils-junit5" rev="3.1.1">
<artifact name="local-sqs-test-utils-junit5" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jashmore', module='local-sqs-test-utils-junit5', version='3.1.1')
)
libraryDependencies += "com.jashmore" % "local-sqs-test-utils-junit5" % "3.1.1"
[com.jashmore/local-sqs-test-utils-junit5 "3.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | |
org.slf4j : slf4j-api | jar | 1.7.30 |
software.amazon.awssdk : sqs | jar | |
com.jashmore : local-amazon-sqs | jar | 3.1.1 |
org.elasticmq : elasticmq-rest-sqs_2.12 | jar | 0.15.6 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.12 |
net.jcip : jcip-annotations | jar | 1.0 |
com.github.spotbugs : spotbugs-annotations | jar | 4.0.2 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.6.2 |
org.mockito : mockito-junit-jupiter | jar | 3.3.3 |
org.mockito : mockito-core | jar | 3.3.3 |
org.hamcrest : hamcrest | jar | 2.2 |
org.assertj : assertj-core | jar | 3.12.2 |
ch.qos.logback : logback-core | jar | 1.2.3 |
ch.qos.logback : logback-classic | jar | 1.2.3 |