|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTestCase
javax.faces.FactoryFinderTestCase
public class FactoryFinderTestCase
Unit tests for UISelectBooleanBase
.
Field Summary | |
---|---|
static java.lang.String[][] |
FACTORIES
|
Constructor Summary | |
---|---|
FactoryFinderTestCase(java.lang.String name)
Construct a new instance of this test case. |
Method Summary | |
---|---|
static void |
printRelevantSystemProperties()
|
void |
setUp()
|
static Test |
suite()
|
void |
tearDown()
|
void |
testFacesConfigCase()
verify that the overrides specified in the faces-config.xml in the user's webapp take precedence. |
void |
testNoFacesContext()
|
void |
testNoFacesContextInitially()
|
void |
testServicesCase()
In the absence of webapp faces-config.xml, verify that the overrides specified in the META-INF/services take precedence. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.lang.String[][] FACTORIES
Constructor Detail |
---|
public FactoryFinderTestCase(java.lang.String name)
name
- Name of the test caseMethod Detail |
---|
public void setUp() throws java.lang.Exception
java.lang.Exception
public static Test suite()
public void tearDown() throws java.lang.Exception
java.lang.Exception
public void testFacesConfigCase() throws java.lang.Exception
verify that the overrides specified in the faces-config.xml in the user's webapp take precedence.
java.lang.Exception
public void testNoFacesContext() throws java.lang.Exception
java.lang.Exception
public void testServicesCase() throws java.lang.Exception
In the absence of webapp faces-config.xml, verify that the overrides specified in the META-INF/services take precedence.
java.lang.Exception
public void testNoFacesContextInitially() throws java.lang.Exception
java.lang.Exception
public static void printRelevantSystemProperties()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |