Uses of Class
nl.jqno.equalsverifier.internal.util.Formatter
Packages that use Formatter
-
Uses of Formatter in nl.jqno.equalsverifier.internal.exceptions
Constructors in nl.jqno.equalsverifier.internal.exceptions with parameters of type FormatterModifierConstructorDescriptionAssertionException(Formatter message) AssertionException(Formatter message, Throwable cause) -
Uses of Formatter in nl.jqno.equalsverifier.internal.util
Methods in nl.jqno.equalsverifier.internal.util that return FormatterMethods in nl.jqno.equalsverifier.internal.util with parameters of type FormatterModifier and TypeMethodDescriptionstatic voidAssert.assertEquals(Formatter message, Object expected, Object actual) Asserts that two Objects are equal to one another.static voidAssert.assertFalse(Formatter message, boolean assertion) Asserts that an assertion is true.static voidAssert.assertTrue(Formatter message, boolean assertion) Asserts that an assertion is false.static voidThrows an AssertionException.static voidThrows an AssertionException.