org.hibernate.envers.test.tools
Class TestTools

java.lang.Object
  extended by org.hibernate.envers.test.tools.TestTools

public class TestTools
extends Object


Constructor Summary
TestTools()
           
 
Method Summary
static
<T> boolean
checkList(List<T> list, T... objects)
           
static
<T> List<T>
makeList(T... objects)
           
static Map<Object,Object> makeMap(Object... objects)
           
static
<T> Set<T>
makeSet(T... objects)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestTools

public TestTools()
Method Detail

makeSet

public static <T> Set<T> makeSet(T... objects)

makeList

public static <T> List<T> makeList(T... objects)

makeMap

public static Map<Object,Object> makeMap(Object... objects)

checkList

public static <T> boolean checkList(List<T> list,
                                    T... objects)


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.