DOC

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 Javadoc & API Documentation - Latest Versions:

All Versions

Download org.pojomatic : pojomatic-test-utils Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0

How to open Javadoc JAR file in web browser

  1. Rename the file pojomatic-test-utils-1.0-javadoc.jar to pojomatic-test-utils-1.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder pojomatic-test-utils-1.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "pojomatic-test-utils-1.0-sources.jar" -d "pojomatic-test-utils-1.0-javadoc" -subpackages