org.deegree.commons.utils
Class ArrayToolsTest

java.lang.Object
  extended by org.deegree.commons.utils.ArrayToolsTest

public class ArrayToolsTest
extends Object

Version:
$Revision: 30119 $, $Date: 2011-03-22 10:02:35 +0100 (Tue, 22 Mar 2011) $
Author:
Oliver Tonnhofer, last edited by: $Author: aschmitz $

Constructor Summary
ArrayToolsTest()
           
 
Method Summary
 void testJoin()
          Test method for ArrayUtils.join(String delimiter, String... strings ).
 void testjoinInts()
          Test method for ArrayUtils.join(String delimiter, int[] values ).
 void testJoinList()
          Test method for org.deegree.commons.utils.ArrayUtils#join(String, List).
 void testRemoveAll()
          Test method for ArrayUtils.removeAll(String[], String).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayToolsTest

public ArrayToolsTest()
Method Detail

testJoin

public void testJoin()
Test method for ArrayUtils.join(String delimiter, String... strings ).


testJoinList

public void testJoinList()
Test method for org.deegree.commons.utils.ArrayUtils#join(String, List).


testjoinInts

public void testjoinInts()
Test method for ArrayUtils.join(String delimiter, int[] values ).


testRemoveAll

public void testRemoveAll()
Test method for ArrayUtils.removeAll(String[], String).



Copyright © 2011. All Rights Reserved.