org.apache.tapestry.binding
Class TestListenerMethodBinding

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

public class TestListenerMethodBinding
extends BindingTestCase

Test for ListenerMethodBinding.

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
TestListenerMethodBinding()
           
 
Method Summary
 void test_Get_Method_Name()
           
 void test_Invoke_And_Page_Redirect()
           
 void test_Invoke_And_Redirect()
           
 void test_Invoke_Listener_Failure()
           
 void test_Invoke_Listener()
           
 void test_Invoke_Render_Rewound()
           
 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

TestListenerMethodBinding

public TestListenerMethodBinding()
Method Detail

test_Invoke_Listener

public void test_Invoke_Listener()

test_To_String

public void test_To_String()

test_Invoke_And_Page_Redirect

public void test_Invoke_And_Page_Redirect()

test_Invoke_And_Redirect

public void test_Invoke_And_Redirect()

test_Invoke_Render_Rewound

public void test_Invoke_Render_Rewound()

test_Invoke_Listener_Failure

public void test_Invoke_Listener_Failure()

test_Get_Method_Name

public void test_Get_Method_Name()


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