A E O P 

A

assertEquals(String, Object, Object) - Static method in class org.pojomatic.test.AssertUtils
Asserts that two objects are either both null or are equal according to Object.equals(Object).
assertEqualsWithDiff(Object, Object) - Static method in class org.pojomatic.junit.PojomaticAssert
Asserts that two objects are either both null or are equal according to Object.equals(Object).
assertEqualsWithDiff(Object, Object) - Static method in class org.pojomatic.testng.PojomaticAssert
Asserts that two objects are either both null or are equal according to Object.equals(Object).
assertEqualsWithDiff(Object, Object, String) - Static method in class org.pojomatic.testng.PojomaticAssert
Asserts that two objects are either both null or are equal according to Object.equals(Object).
assertEqualsWithDiff(String, Object, Object) - Static method in class org.pojomatic.junit.PojomaticAssert
Asserts that two objects are either both null or are equal according to Object.equals(Object).
AssertUtils - Class in org.pojomatic.test
This class is not meant to be a part of the public API.

E

equal(Object, Object) - Static method in class org.pojomatic.test.AssertUtils
Determines if two objects are both null or are equal according to Object.equals(Object).

O

org.pojomatic.junit - package org.pojomatic.junit
 
org.pojomatic.test - package org.pojomatic.test
 
org.pojomatic.testng - package org.pojomatic.testng
 

P

PojomaticAssert - Class in org.pojomatic.junit
Pojomatic-related JUnit-style assertion methods useful for writing tests.
PojomaticAssert - Class in org.pojomatic.testng
Pojomatic-related TestNG-style assertion methods useful for writing tests.
A E O P 
Skip navigation links

Copyright © 2008–2018. All rights reserved.