MLLP JUnit Utilities

A library of JUnit resources to assist in testing with MLLP clients and servers.

License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.github.hqstevenson.junit
ArtifactId

ArtifactId

mllp-junit
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

MLLP JUnit Utilities
A library of JUnit resources to assist in testing with MLLP clients and servers.
Project URL

Project URL

https://github.com/hqstevenson/mllp-junit
Source Code Management

Source Code Management

https://github.com/hqstevenson/mllp-junit/tree/master

Download mllp-junit

How to add to project

<!-- 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"]

Dependencies

provided (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.slf4j : slf4j-api jar 1.7.21

test (2)

Group / Artifact Type Version
com.github.hqstevenson.test : tcp-test-util jar 1.0.1
org.slf4j : slf4j-simple jar 1.7.21

Project Modules

There are no modules declared in this project.

mllp-junit

JUnit Rule for MLLP testing

Versions

Version
1.0.2
1.0.1
1.0.0