org.apache.myfaces.tobago.layout
Class IntervalListUnitTest

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.ArrayList<org.apache.myfaces.tobago.internal.layout.Interval>
              extended by org.apache.myfaces.tobago.layout.IntervalListUnitTest
All Implemented Interfaces:
Serializable, Cloneable, Iterable<org.apache.myfaces.tobago.internal.layout.Interval>, Collection<org.apache.myfaces.tobago.internal.layout.Interval>, List<org.apache.myfaces.tobago.internal.layout.Interval>, RandomAccess

public class IntervalListUnitTest
extends ArrayList<org.apache.myfaces.tobago.internal.layout.Interval>

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
IntervalListUnitTest()
           
 
Method Summary
 void test0()
          nothing defined
 void test1Fixed()
          f=100
 void test1MinPrefMax()
          10/100/1000
 void test2MinPrefMax()
          10/100/1000 1000/10000/100000
 void test3Fixed()
          f=100 f=200 f=300
 void test3MinPrefMax()
          10/100/1000 20/200/2000 30/300/3000
 void test3MinPrefMaxWithGaps()
          10/./. ./200/. ././3000
 void test4MinPrefMax()
          10/100/1000 2000/20000/200000
 void test5Squeeze()
          f=100 f=300 10/111/210 120/222/220 130/333/230
 void test6Mixed()
          f=100 f=200 f=300 10/111/1000 20/222/2000 30/333/3000
 void test6Squeeze()
          f=100 f=200 f=300 10/111/210 120/222/220 130/333/230
 
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize
 
Methods inherited from class java.util.AbstractList
equals, hashCode, iterator, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, removeAll, retainAll, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList
 

Constructor Detail

IntervalListUnitTest

public IntervalListUnitTest()
Method Detail

test0

public void test0()
nothing defined


test1Fixed

public void test1Fixed()
f=100


test3Fixed

public void test3Fixed()
f=100 f=200 f=300


test1MinPrefMax

public void test1MinPrefMax()
10/100/1000


test3MinPrefMax

public void test3MinPrefMax()
10/100/1000 20/200/2000 30/300/3000


test2MinPrefMax

public void test2MinPrefMax()
10/100/1000 1000/10000/100000


test4MinPrefMax

public void test4MinPrefMax()
10/100/1000 2000/20000/200000


test3MinPrefMaxWithGaps

public void test3MinPrefMaxWithGaps()
10/./. ./200/. ././3000


test6Mixed

public void test6Mixed()
f=100 f=200 f=300 10/111/1000 20/222/2000 30/333/3000


test6Squeeze

public void test6Squeeze()
f=100 f=200 f=300 10/111/210 120/222/220 130/333/230


test5Squeeze

public void test5Squeeze()
f=100 f=300 10/111/210 120/222/220 130/333/230



Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.