org.apache.tapestry.binding
Class TestLiteralBinding

java.lang.Object
  extended by BaseComponentTestCase
      extended by org.apache.tapestry.binding.BindingTestCase
          extended by org.apache.tapestry.binding.TestLiteralBinding

public class TestLiteralBinding
extends BindingTestCase

Tests for LiteralBinding. It also tests some common behaviors provided by AbstractBinding.

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
TestLiteralBinding()
           
 
Method Summary
 void test_Get_Object_Exception()
           
 void test_Get_Object_With_Class()
           
 void test_Get_Object()
           
 void test_Set_Object()
           
 void test_To_String()
           
 
Methods inherited from class org.apache.tapestry.binding.BindingTestCase
newComponent, newValueConverter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestLiteralBinding

public TestLiteralBinding()
Method Detail

test_Get_Object

public void test_Get_Object()

test_To_String

public void test_To_String()

test_Get_Object_With_Class

public void test_Get_Object_With_Class()

test_Get_Object_Exception

public void test_Get_Object_Exception()

test_Set_Object

public void test_Set_Object()


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