mllp-junit
JUnit Rule for MLLP testing
License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdcom.github.hqstevenson.junit |
ArtifactId | ArtifactIdmllp-junit |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMLLP JUnit Utilities
A library of JUnit resources to assist in testing with MLLP clients and servers.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mllp-junit-1.0.2.pom | |
mllp-junit-1.0.2.jar | 27 KB |
mllp-junit-1.0.2-sources.jar | 19 KB |
mllp-junit-1.0.2-javadoc.jar | 53 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hqstevenson.junit/mllp-junit/ -->
<dependency>
<groupId>com.github.hqstevenson.junit</groupId>
<artifactId>mllp-junit</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hqstevenson.junit/mllp-junit/
implementation 'com.github.hqstevenson.junit:mllp-junit:1.0.2'
// https://jarcasting.com/artifacts/com.github.hqstevenson.junit/mllp-junit/
implementation ("com.github.hqstevenson.junit:mllp-junit:1.0.2")
'com.github.hqstevenson.junit:mllp-junit:jar:1.0.2'
<dependency org="com.github.hqstevenson.junit" name="mllp-junit" rev="1.0.2">
<artifact name="mllp-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hqstevenson.junit', module='mllp-junit', version='1.0.2')
)
libraryDependencies += "com.github.hqstevenson.junit" % "mllp-junit" % "1.0.2"
[com.github.hqstevenson.junit/mllp-junit "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.slf4j : slf4j-api | jar | 1.7.21 |
Group / Artifact | Type | Version |
---|---|---|
com.github.hqstevenson.test : tcp-test-util | jar | 1.0.1 |
org.slf4j : slf4j-simple | jar | 1.7.21 |
JUnit Rule for MLLP testing