nl.jqno.equalsverifier
Class JavaApiPrefabValues

java.lang.Object
  extended by nl.jqno.equalsverifier.JavaApiPrefabValues

public class JavaApiPrefabValues
extends Object

Creates instances of classes for use in a PrefabValues object. Contains hand-made instances of well-known Java API classes that cannot be instantiated dynamically because of an internal infinite recursion of types, or other issues.

Author:
Jan Ouwens

Method Summary
static void addTo(PrefabValues prefabValues)
          Adds instances of Java API classes that cannot be instantiated dynamically to prefabValues.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

addTo

public static void addTo(PrefabValues prefabValues)
Adds instances of Java API classes that cannot be instantiated dynamically to prefabValues.

Parameters:
prefabValues - The instance of prefabValues that should contain the Java API instances.


Copyright © 2015. All Rights Reserved.