javax.faces.component
Class NamingContainerTestCase

java.lang.Object
  extended by JUnitFacesTestCase
      extended by javax.faces.component.NamingContainerTestCase

public class NamingContainerTestCase
extends JUnitFacesTestCase

Unit tests for the NamingContainer functionality of all the standard component classes.


Constructor Summary
NamingContainerTestCase(java.lang.String name)
           
 
Method Summary
 void setUp()
           
static Test suite()
           
 void tearDown()
           
 void testNested()
           
 void testNested2()
           
 void testStandard()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamingContainerTestCase

public NamingContainerTestCase(java.lang.String name)
Method Detail

setUp

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

suite

public static Test suite()

tearDown

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

testNested

public void testNested()

testNested2

public void testNested2()

testStandard

public void testStandard()


Copyright 2002-2011 Oracle America Inc, Inc. All Rights Reserved.