jar

org.pojomatic : pojomatic-test-utils

Maven & Gradle

Apr 25, 2010

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.

Table Of Contents

Latest Version

Download org.pojomatic : pojomatic-test-utils JAR file - Latest Versions:

All Versions

Download org.pojomatic : pojomatic-test-utils JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window pojomatic-test-utils-1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.pojomatic.testng

├─ org.pojomatic.testng.PojomaticAssert.class - [JAR]

org.pojomatic.junit

├─ org.pojomatic.junit.PojomaticAssert.class - [JAR]

org.pojomatic.test

├─ org.pojomatic.test.AssertUtils.class - [JAR]