Package ubic.basecode.util
Class BatchIteratorTest
- java.lang.Object
-
- ubic.basecode.util.BatchIteratorTest
-
public class BatchIteratorTest extends Object
- Author:
- luke
-
-
Constructor Summary
Constructors Constructor Description BatchIteratorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testBatches()
Test method forca.elmonline.util.BatchIterator#batches(java.util.Collection, int)
.void
testBatchIterator()
Test method forca.elmonline.util.BatchIterator#BatchIterator(java.util.Collection, int)
.void
testConcurrentModificationException()
-
-
-
Method Detail
-
testBatches
public void testBatches()
Test method forca.elmonline.util.BatchIterator#batches(java.util.Collection, int)
.
-
testBatchIterator
public void testBatchIterator()
Test method forca.elmonline.util.BatchIterator#BatchIterator(java.util.Collection, int)
.
-
testConcurrentModificationException
public void testConcurrentModificationException()
-
-