javax.faces
Class FactoryFinderTestCase2

java.lang.Object
  extended by TestCase
      extended by javax.faces.FactoryFinderTestCase2

public class FactoryFinderTestCase2
extends TestCase

Unit tests for UISelectBooleanBase.


Constructor Summary
FactoryFinderTestCase2(java.lang.String name)
          Construct a new instance of this test case.
 
Method Summary
 void setUp()
           
static Test suite()
           
 void tearDown()
           
 void testJSFImplCase()
          In the absence of webapp faces-config.xml and META-INF/services, verify that the overrides specified in the implementation faces-config.xml take precedence.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FactoryFinderTestCase2

public FactoryFinderTestCase2(java.lang.String name)
Construct a new instance of this test case.

Parameters:
name - Name of the test case
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

testJSFImplCase

public void testJSFImplCase()
                     throws java.lang.Exception

In the absence of webapp faces-config.xml and META-INF/services, verify that the overrides specified in the implementation faces-config.xml take precedence.

Throws:
java.lang.Exception


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