javax.faces
Class FactoryFinderTest

java.lang.Object
  extended by javax.faces.FactoryFinderTest

public class FactoryFinderTest
extends Object


Constructor Summary
FactoryFinderTest()
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testGetFactory()
           
 void testGetFactoryNoConfiguration()
           
 void testGetFactoryNoFactory()
           
 void testGetFactoryTwice()
           
 void testReleaseFactories()
           
 void testSetFactory()
           
 void testSetFactoryAdditiveClassNames()
           
 void testSetFactoryBogusName()
           
 void testSetFactoryNoEffect()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FactoryFinderTest

public FactoryFinderTest()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

tearDown

public void tearDown()
              throws Exception
Throws:
Exception

testGetFactory

public void testGetFactory()
                    throws Exception
Throws:
Exception

testGetFactoryTwice

public void testGetFactoryTwice()
                         throws Exception
Throws:
Exception

testGetFactoryNoFactory

public void testGetFactoryNoFactory()
                             throws Exception
Throws:
Exception

testGetFactoryNoConfiguration

public void testGetFactoryNoConfiguration()
                                   throws Exception
Throws:
Exception

testSetFactoryBogusName

public void testSetFactoryBogusName()

testSetFactory

public void testSetFactory()
                    throws Exception
Throws:
Exception

testSetFactoryNoEffect

public void testSetFactoryNoEffect()
                            throws Exception
Throws:
Exception

testSetFactoryAdditiveClassNames

public void testSetFactoryAdditiveClassNames()
                                      throws Exception
Throws:
Exception

testReleaseFactories

public void testReleaseFactories()


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