org.apache.tapestry.internal.event
Class ComponentEventPropertyTest

java.lang.Object
  extended by TestBase
      extended by org.apache.tapestry.internal.event.ComponentEventPropertyTest

public class ComponentEventPropertyTest
extends TestBase

Tests for ComponentEventProperty and EventBoundListener.

Author:
jkuhnert

Constructor Summary
ComponentEventPropertyTest()
           
 
Method Summary
 void test_Add_Event_Listener()
           
 void test_Add_Form_Event_Listener_no_autoSubmit()
          tests regression of TAPESTRY-2003
 void test_Add_Form_Event_Listener()
           
 void test_Add_Multiple_Event_Listener()
           
 void test_Connect_Auto_Submit_Events()
           
 void test_Disabled_Async_Property()
           
 void test_Get_Form_Events()
           
 void test_ReWire_Component_Id()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentEventPropertyTest

public ComponentEventPropertyTest()
Method Detail

test_Add_Event_Listener

public void test_Add_Event_Listener()

test_Disabled_Async_Property

public void test_Disabled_Async_Property()

test_Add_Form_Event_Listener

public void test_Add_Form_Event_Listener()

test_Add_Form_Event_Listener_no_autoSubmit

public void test_Add_Form_Event_Listener_no_autoSubmit()
tests regression of TAPESTRY-2003


test_Add_Multiple_Event_Listener

public void test_Add_Multiple_Event_Listener()

test_Get_Form_Events

public void test_Get_Form_Events()

test_Connect_Auto_Submit_Events

public void test_Connect_Auto_Submit_Events()

test_ReWire_Component_Id

public void test_ReWire_Component_Id()


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