Последняя версия

PojomaticTestUtils 1.0

Utilities to help with writing tests for, or using, classes which use Pojomatic. This library includes classes with JUnit and TestNG style assertEquals methods which include differences (via Pojomatic.diff(Object, Object)) in the error message if the assertion fails.

Лицензия

Лицензия

Группа

Группа

org.pojomatic
Идентификатор

Идентификатор

pojomatic-test-utils
Версия

Версия

1.0
Тип

Тип

jar
Описание

Описание

PojomaticTestUtils
Utilities to help with writing tests for, or using, classes which use Pojomatic. This library includes classes with JUnit and TestNG style assertEquals methods which include differences (via Pojomatic.diff(Object, Object)) in the error message if the assertion fails.
Ссылка на сайт

Ссылка на сайт

http://www.pojomatic.org/pojomatic-test-utils

Скачать pojomatic-test-utils 1.0


<!-- https://jarcasting.com/artifacts/org.pojomatic/pojomatic-test-utils/ -->
<dependency>
    <groupId>org.pojomatic</groupId>
    <artifactId>pojomatic-test-utils</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.pojomatic/pojomatic-test-utils/
implementation 'org.pojomatic:pojomatic-test-utils:1.0'
// https://jarcasting.com/artifacts/org.pojomatic/pojomatic-test-utils/
implementation ("org.pojomatic:pojomatic-test-utils:1.0")
'org.pojomatic:pojomatic-test-utils:jar:1.0'
<dependency org="org.pojomatic" name="pojomatic-test-utils" rev="1.0">
  <artifact name="pojomatic-test-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.pojomatic', module='pojomatic-test-utils', version='1.0')
)
libraryDependencies += "org.pojomatic" % "pojomatic-test-utils" % "1.0"
[org.pojomatic/pojomatic-test-utils "1.0"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.pojomatic : pojomatic jar 1.0

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.7

Модули Проекта

Данный проект не имеет модулей.