org.apache.tapestry.binding
Class TestExpressionBinding

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

public class TestExpressionBinding
extends BindingTestCase

Tests for ExpressionBinding.

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
TestExpressionBinding()
           
 
Method Summary
 void test_Compile_Expression_Failure()
           
 void test_Invariant()
           
 void test_Resolve_Expression_Failure()
           
 void test_Set_Object_Failure()
           
 void test_Set_Object_Invariant()
           
 void test_Set_Object()
           
 void test_Variant()
           
 
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

TestExpressionBinding

public TestExpressionBinding()
Method Detail

test_Invariant

public void test_Invariant()

test_Variant

public void test_Variant()

test_Set_Object

public void test_Set_Object()

test_Set_Object_Invariant

public void test_Set_Object_Invariant()

test_Set_Object_Failure

public void test_Set_Object_Failure()

test_Compile_Expression_Failure

public void test_Compile_Expression_Failure()

test_Resolve_Expression_Failure

public void test_Resolve_Expression_Failure()


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