org.apache.tapestry.coerce
Class TestMisc

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

public class TestMisc
extends BaseComponentTestCase

Tests for random, simple converters.

Since:
4.0
Author:
Howard Lewis Ship

Constructor Summary
TestMisc()
           
 
Method Summary
 void test_Null_String_To_List_Converter()
           
 void test_Simple_String_To_List_Converter()
           
 void test_String_To_List_Converter()
           
 void testCharArrayToIteratorConverter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestMisc

public TestMisc()
Method Detail

testCharArrayToIteratorConverter

public void testCharArrayToIteratorConverter()

test_Simple_String_To_List_Converter

public void test_Simple_String_To_List_Converter()

test_Null_String_To_List_Converter

public void test_Null_String_To_List_Converter()

test_String_To_List_Converter

public void test_String_To_List_Converter()


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