net.sourceforge.smile.test
Class FacesContextTestCase

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bynet.sourceforge.smile.test.AbstractTest
              extended bynet.sourceforge.smile.test.FacesContextTestCase
All Implemented Interfaces:
junit.framework.Test

public class FacesContextTestCase
extends AbstractTest

Test case that check the FacesContextFactory implementation. Checks all known requirements as specified in the spcs JSF.5.8 and corresponding Javadocs.


Constructor Summary
FacesContextTestCase()
           
 
Method Summary
 void testFacesContextFactory()
           
 void testFacesResponseCompleteRenderResponse()
           
 void testGetFacesEvents()
           
 void testMessageHandling()
          Check message operations requirements.
 void testMiscelanious()
           
 void testNullPointerExceptions()
           
 void testSetTree()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, runBare, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FacesContextTestCase

public FacesContextTestCase()
Method Detail

testFacesContextFactory

public void testFacesContextFactory()
                             throws java.lang.Exception
Throws:
java.lang.Exception

testFacesResponseCompleteRenderResponse

public void testFacesResponseCompleteRenderResponse()
                                             throws java.lang.Exception
Throws:
java.lang.Exception

testGetFacesEvents

public void testGetFacesEvents()
                        throws java.lang.Exception
Throws:
java.lang.Exception

testMessageHandling

public void testMessageHandling()
                         throws java.lang.Exception
Check message operations requirements.

Throws:
java.lang.Exception

testNullPointerExceptions

public void testNullPointerExceptions()
                               throws java.lang.Exception
Throws:
java.lang.Exception

testMiscelanious

public void testMiscelanious()
                      throws java.lang.Exception
Throws:
java.lang.Exception

testSetTree

public void testSetTree()
                 throws java.lang.Exception
Throws:
java.lang.Exception