org.apache.commons.test.collection
Class CollectionTest

java.lang.Object
  extended byorg.apache.commons.test.collection.CollectionTest

public class CollectionTest
extends java.lang.Object

Test helpers for collections.

Version:
$Revision: 155470 $

Constructor Summary
CollectionTest()
           
 
Method Summary
static void checkCollection(java.util.Collection col, java.lang.Object[] values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionTest

public CollectionTest()
Method Detail

checkCollection

public static void checkCollection(java.util.Collection col,
                                   java.lang.Object[] values)


Copyright © 2004-2007 . All Rights Reserved.