org.apache.tapestry.coerce
Class TestIteratorConverters

java.lang.Object
  extended by BaseComponentTestCase
      extended by org.apache.tapestry.coerce.TestIteratorConverters

public class TestIteratorConverters
extends BaseComponentTestCase

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
TestIteratorConverters()
           
 
Method Summary
 void testCollectionToIterator()
           
 void testNullToIterator()
           
 void testObjectArrayToIterator()
           
 void testObjectToIterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestIteratorConverters

public TestIteratorConverters()
Method Detail

testObjectToIterator

public void testObjectToIterator()

testNullToIterator

public void testNullToIterator()

testCollectionToIterator

public void testCollectionToIterator()

testObjectArrayToIterator

public void testObjectArrayToIterator()


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