mllp-junit
JUnit Rule for MLLP testing
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJUnit Тестирование компонентов |
| Группа | Группаcom.github.hqstevenson.junit |
| Идентификатор | Идентификаторmllp-junit |
| Последняя версия | Последняя версия1.0.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеMLLP JUnit Utilities
A library of JUnit resources to assist in testing with MLLP clients and servers.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.slf4j : slf4j-api | jar | 1.7.21 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.hqstevenson.test : tcp-test-util | jar | 1.0.1 |
| org.slf4j : slf4j-simple | jar | 1.7.21 |
JUnit Rule for MLLP testing