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.

License

License

GroupId

GroupId

org.pojomatic
ArtifactId

ArtifactId

pojomatic-test-utils
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

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.
Project URL

Project URL

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

Download pojomatic-test-utils

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.pojomatic : pojomatic jar 1.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.7

Project Modules

There are no modules declared in this project.

Versions

Version
1.0
1.0-RC3