License |
License |
---|---|
GroupId | GroupIdorg.pojomatic |
ArtifactId | ArtifactIdpojomatic-test-utils |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPojomaticTestUtils
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 |
Filename | Size |
---|---|
pojomatic-test-utils-1.0.pom | |
pojomatic-test-utils-1.0.jar | 4 KB |
pojomatic-test-utils-1.0-sources.jar | 2 KB |
pojomatic-test-utils-1.0-javadoc.jar | 42 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.pojomatic : pojomatic | jar | 1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.7 |