javax.faces.component
Class UIViewRootTest

java.lang.Object
  extended by javax.faces.component.UIViewRootTest

public class UIViewRootTest
extends Object

Version:
$Revision: 1080407 $ $Date: 2011-03-10 19:30:02 -0500 (Thu, 10 Mar 2011) $
Author:
Mathias Broekelmann (latest modification by $Author: lu4242 $)

Nested Class Summary
static class UIViewRootTest.AnyPhasePhaseListener
           
static class UIViewRootTest.ApplyRequesValuesPhaseListener
           
static class UIViewRootTest.InvokeApplicationPhaseListener
           
static class UIViewRootTest.MockLifeCycleFactory
           
static class UIViewRootTest.ProcessValidationsPhaseListener
           
static class UIViewRootTest.RenderResponsePhaseListener
           
static class UIViewRootTest.RestoreViewPhasePhaseListener
           
static class UIViewRootTest.UpdateModelValuesPhaseListener
           
 
Constructor Summary
UIViewRootTest()
           
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testComponentType()
           
 void testCreateUniqueId()
          Test method for UIViewRoot.createUniqueId().
 void testEncodeBegin()
          Test method for UIViewRoot.encodeBegin(javax.faces.context.FacesContext).
 void testEncodeEnd()
          Test method for UIViewRoot.encodeEnd(javax.faces.context.FacesContext).
 void testEventQueue()
           
 void testEventQueueWithAbortExcpetion()
           
 void testLocale()
           
 void testProcessApplication()
          Test method for UIViewRoot.processApplication(javax.faces.context.FacesContext).
 void testProcessDecodes()
          Test method for UIViewRoot.processDecodes(javax.faces.context.FacesContext).
 void testProcessUpdates()
          Test method for UIViewRoot.processUpdates(javax.faces.context.FacesContext).
 void testProcessValidators()
          Test method for UIViewRoot.processValidators(javax.faces.context.FacesContext).
 void testSuperClass()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIViewRootTest

public UIViewRootTest()
Method Detail

setUp

protected void setUp()
              throws Exception
Throws:
Exception

tearDown

protected void tearDown()
                 throws Exception
Throws:
Exception

testSuperClass

public void testSuperClass()
                    throws Exception
Throws:
Exception

testComponentType

public void testComponentType()
                       throws Exception
Throws:
Exception

testLocale

public void testLocale()
                throws Exception
Throws:
Exception

testCreateUniqueId

public void testCreateUniqueId()
Test method for UIViewRoot.createUniqueId().


testProcessDecodes

public void testProcessDecodes()
                        throws Throwable
Test method for UIViewRoot.processDecodes(javax.faces.context.FacesContext).

Throws:
Throwable

testProcessValidators

public void testProcessValidators()
                           throws Throwable
Test method for UIViewRoot.processValidators(javax.faces.context.FacesContext).

Throws:
Throwable

testProcessUpdates

public void testProcessUpdates()
                        throws Throwable
Test method for UIViewRoot.processUpdates(javax.faces.context.FacesContext).

Throws:
Throwable

testProcessApplication

public void testProcessApplication()
                            throws Throwable
Test method for UIViewRoot.processApplication(javax.faces.context.FacesContext).

Throws:
Throwable

testEncodeBegin

public void testEncodeBegin()
                     throws Throwable
Test method for UIViewRoot.encodeBegin(javax.faces.context.FacesContext).

Throws:
Throwable

testEncodeEnd

public void testEncodeEnd()
                   throws Throwable
Test method for UIViewRoot.encodeEnd(javax.faces.context.FacesContext).

Throws:
Throwable

testEventQueue

public void testEventQueue()
                    throws Exception
Throws:
Exception

testEventQueueWithAbortExcpetion

public void testEventQueueWithAbortExcpetion()
                                      throws Exception
Throws:
Exception


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.