Deprecated API


Contents
Deprecated Methods
org.unitils.reflectionassert.ReflectionAssert.assertLenEquals(Object, Object)
          As of version 2.0, replaced by assertLenientEquals(Object, Object). 
org.unitils.reflectionassert.ReflectionAssert.assertLenEquals(String, Object, Object)
          As of version 2.0, replaced by assertLenientEquals(String, Object, Object). 
org.unitils.reflectionassert.ReflectionAssert.assertPropertyLenEquals(String, Collection, Collection)
          As of version 2.0, replaced by assertPropertyLenientEquals(String, Collection, Collection). 
org.unitils.reflectionassert.ReflectionAssert.assertPropertyLenEquals(String, Object, Object)
          As of version 2.0, replaced by assertPropertyLenientEquals(String, Object, Object). 
org.unitils.reflectionassert.ReflectionAssert.assertPropertyLenEquals(String, String, Collection, Collection)
          As of version 2.0, replaced by assertPropertyLenientEquals(String, String, Collection, Collection). 
org.unitils.reflectionassert.ReflectionAssert.assertPropertyLenEquals(String, String, Object, Object)
          As of version 2.0, replaced by assertPropertyLenientEquals(String, String, Object, Object). 
org.unitils.reflectionassert.ReflectionAssert.assertPropertyRefEquals(String, Collection, Collection, ReflectionComparatorMode...)
          As of version 2.0, replaced by assertPropertyReflectionEquals(String, Collection, Collection). 
org.unitils.reflectionassert.ReflectionAssert.assertPropertyRefEquals(String, Object, Object, ReflectionComparatorMode...)
          As of version 2.0, replaced by assertPropertyReflectionEquals(String, Object, Object, ReflectionComparatorMode[]). 
org.unitils.reflectionassert.ReflectionAssert.assertPropertyRefEquals(String, String, Collection, Collection, ReflectionComparatorMode...)
          As of version 2.0, replaced by assertPropertyReflectionEquals(String, String, Collection, Collection, ReflectionComparatorMode[]). 
org.unitils.reflectionassert.ReflectionAssert.assertPropertyRefEquals(String, String, Object, Object, ReflectionComparatorMode...)
          As of version 2.0, replaced by assertPropertyReflectionEquals(String, String, Object, Object, ReflectionComparatorMode[]). 
org.unitils.reflectionassert.ReflectionAssert.assertRefEquals(Object, Object, ReflectionComparatorMode...)
          As of version 2.0, replaced by assertReflectionEquals(Object, Object, ReflectionComparatorMode[]). 
org.unitils.reflectionassert.ReflectionAssert.assertRefEquals(String, Object, Object, ReflectionComparatorMode...)
          As of version 2.0, replaced by assertReflectionEquals(String, Object, Object, ReflectionComparatorMode[]). 
org.unitils.thirdparty.org.apache.commons.io.IOUtils.toByteArray(String)
          Use String.getBytes() 
org.unitils.thirdparty.org.apache.commons.io.IOUtils.toString(byte[])
          Use String.String(byte[]) 
org.unitils.thirdparty.org.apache.commons.io.IOUtils.toString(byte[], String)
          Use String.String(byte[],String) 
 



Copyright © 2009. All Rights Reserved.