Uses of Class
nl.jqno.equalsverifier.util.Formatter

Packages that use Formatter
nl.jqno.equalsverifier.util   
nl.jqno.equalsverifier.util.exceptions   
 

Uses of Formatter in nl.jqno.equalsverifier.util
 

Methods in nl.jqno.equalsverifier.util that return Formatter
static Formatter Formatter.of(String message, Object... objects)
          Factory method.
 

Methods in nl.jqno.equalsverifier.util with parameters of type Formatter
static void Assert.assertEquals(Formatter message, Object expected, Object actual)
          Asserts that two Objects are equal to one another.
static void Assert.assertFalse(Formatter message, boolean assertion)
          Asserts that an assertion is true.
static void Assert.assertTrue(Formatter message, boolean assertion)
          Asserts that an assertion is false.
static void Assert.fail(Formatter message)
          Throws an AssertionException.
static void Assert.fail(Formatter message, Throwable cause)
          Throws an AssertionException.
 

Uses of Formatter in nl.jqno.equalsverifier.util.exceptions
 

Constructors in nl.jqno.equalsverifier.util.exceptions with parameters of type Formatter
AssertionException(Formatter message)
           
AssertionException(Formatter message, Throwable cause)
           
 



Copyright © 2015. All Rights Reserved.