com.evolveum.midpoint.test.util
Class TestUtil

java.lang.Object
  extended by com.evolveum.midpoint.test.util.TestUtil

public class TestUtil
extends java.lang.Object

Unit test utilities.

Author:
Radovan Semancik

Constructor Summary
TestUtil()
           
 
Method Summary
static
<T> void
assertPropertyValueSetEquals(java.util.Collection<PropertyValue<T>> actual, T... expected)
           
static
<T> void
assertSetEquals(java.util.Collection<T> actual, T... expected)
           
static
<T> void
assertSetEquals(java.lang.String message, java.util.Collection<T> actual, T... expected)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestUtil

public TestUtil()
Method Detail

assertPropertyValueSetEquals

public static <T> void assertPropertyValueSetEquals(java.util.Collection<PropertyValue<T>> actual,
                                                    T... expected)

assertSetEquals

public static <T> void assertSetEquals(java.util.Collection<T> actual,
                                       T... expected)

assertSetEquals

public static <T> void assertSetEquals(java.lang.String message,
                                       java.util.Collection<T> actual,
                                       T... expected)


Copyright © 2012 evolveum. All Rights Reserved.