List of usage examples for org.apache.commons.collections.list AbstractTestList subclass-usage
From source file com.eatnumber1.util.collections.persistent.FileBackedUnmappedArrayListTest.java
/** * @author Russell Harmon * @since Jul 13, 2007 */ public class FileBackedUnmappedArrayListTest extends AbstractTestList { public FileBackedUnmappedArrayListTest(String s) {
From source file org.joda.primitives.list.impl.AbstractTestIntList.java
/**
* Abstract base class for testing AbstractIntList subclasses.
*
* @author Stephen Colebourne
* @author Jason Tiscione
* @author Grzegorz Rozniecki
From source file org.joda.primitives.list.impl.AbstractTestBooleanList.java
/**
* Abstract base class for testing AbstractBooleanList subclasses.
*
* @author Stephen Colebourne
* @author Jason Tiscione
* @author Grzegorz Rozniecki
From source file org.joda.primitives.list.impl.AbstractTestByteList.java
/**
* Abstract base class for testing AbstractByteList subclasses.
*
* @author Stephen Colebourne
* @author Jason Tiscione
* @author Grzegorz Rozniecki
From source file org.joda.primitives.list.impl.AbstractTestLongList.java
/**
* Abstract base class for testing AbstractLongList subclasses.
*
* @author Stephen Colebourne
* @author Jason Tiscione
* @author Grzegorz Rozniecki
From source file org.joda.primitives.list.impl.AbstractTestFloatList.java
/**
* Abstract base class for testing AbstractFloatList subclasses.
*
* @author Stephen Colebourne
* @author Jason Tiscione
* @author Grzegorz Rozniecki
From source file org.joda.primitives.list.impl.AbstractTestDoubleList.java
/**
* Abstract base class for testing AbstractDoubleList subclasses.
*
* @author Stephen Colebourne
* @author Jason Tiscione
* @author Grzegorz Rozniecki
From source file org.joda.primitives.list.impl.AbstractTestShortList.java
/**
* Abstract base class for testing AbstractShortList subclasses.
*
* @author Stephen Colebourne
* @author Jason Tiscione
* @author Grzegorz Rozniecki
From source file org.joda.primitives.list.impl.AbstractTestCharList.java
/**
* Abstract base class for testing AbstractCharList subclasses.
*
* @author Stephen Colebourne
* @author Jason Tiscione
* @author Grzegorz Rozniecki