org.jboss.seam.faces.test.event
Class PhaseEventBridgeTest

java.lang.Object
  extended by org.jboss.seam.faces.test.PhaseTestBase
      extended by org.jboss.seam.faces.test.event.PhaseEventBridgeTest

public class PhaseEventBridgeTest
extends PhaseTestBase

Author:
Nicklas Karlsson

Field Summary
 
Fields inherited from class org.jboss.seam.faces.test.PhaseTestBase
facesContext, lifecycle
 
Constructor Summary
PhaseEventBridgeTest()
           
 
Method Summary
static org.jboss.shrinkwrap.api.spec.JavaArchive createTestArchive()
           
 void testAfterApplyRequestValuesObserver()
           
 void testAfterInvokeApplicationObserver()
           
 void testAfterProcessValidationsObserver()
           
 void testAfterRenderResponseObserver()
           
 void testAfterRestoreViewObserver()
           
 void testAfterUpdateModelValuesObserver()
           
 void testAllAfterEventsObserver()
           
 void testAllApplyRequestValuesObserver()
           
 void testAllBeforeEventsObserver()
           
 void testAllEventsObserver()
           
 void testAllInvokeApplicationObserver()
           
 void testAllProcessValidationsObserver()
           
 void testAllRenderResponseObserver()
           
 void testAllRestoreViewObserver()
           
 void testAllUpdateModelValuesObserver()
           
 void testBeforeApplyRequestValuesObserver()
           
 void testBeforeInvokeApplicationObserver()
           
 void testBeforeProcessValidationsObserver()
           
 void testBeforeRenderResponseObserver()
           
 void testBeforeRestoreViewObserver()
           
 void testBeforeUpdateModelValuesObserver()
           
 
Methods inherited from class org.jboss.seam.faces.test.PhaseTestBase
fireAfterPhase, fireAfterPhases, fireAllAfterPhases, fireAllBeforePhases, fireAllPhases, fireBeforePhase, fireBeforePhases
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PhaseEventBridgeTest

public PhaseEventBridgeTest()
Method Detail

createTestArchive

@Deployment
public static org.jboss.shrinkwrap.api.spec.JavaArchive createTestArchive()

testBeforeRenderResponseObserver

public void testBeforeRenderResponseObserver()

testAfterRenderResponseObserver

public void testAfterRenderResponseObserver()

testBeforeApplyRequestValuesObserver

public void testBeforeApplyRequestValuesObserver()

testAfterApplyRequestValuesObserver

public void testAfterApplyRequestValuesObserver()

testBeforeInvokeApplicationObserver

public void testBeforeInvokeApplicationObserver()

testAfterInvokeApplicationObserver

public void testAfterInvokeApplicationObserver()

testBeforeProcessValidationsObserver

public void testBeforeProcessValidationsObserver()

testAfterProcessValidationsObserver

public void testAfterProcessValidationsObserver()

testBeforeRestoreViewObserver

public void testBeforeRestoreViewObserver()

testAfterRestoreViewObserver

public void testAfterRestoreViewObserver()

testBeforeUpdateModelValuesObserver

public void testBeforeUpdateModelValuesObserver()

testAfterUpdateModelValuesObserver

public void testAfterUpdateModelValuesObserver()

testAllRenderResponseObserver

public void testAllRenderResponseObserver()

testAllApplyRequestValuesObserver

public void testAllApplyRequestValuesObserver()

testAllInvokeApplicationObserver

public void testAllInvokeApplicationObserver()

testAllProcessValidationsObserver

public void testAllProcessValidationsObserver()

testAllRestoreViewObserver

public void testAllRestoreViewObserver()

testAllUpdateModelValuesObserver

public void testAllUpdateModelValuesObserver()

testAllBeforeEventsObserver

public void testAllBeforeEventsObserver()

testAllAfterEventsObserver

public void testAllAfterEventsObserver()

testAllEventsObserver

public void testAllEventsObserver()


Copyright © 2009-2011 Seam Framework. All Rights Reserved.