|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectJUnitFacesTestCase
javax.faces.webapp.TagTestCaseBase
javax.faces.webapp.ConverterTagTestCase
public class ConverterTagTestCase
Unit tests for ConverterTag.
| Field Summary | |
|---|---|
protected UIComponentTag |
ctag
|
protected UIComponentTag |
rtag
|
| Fields inherited from class javax.faces.webapp.TagTestCaseBase |
|---|
pageContext, root, servlet |
| Constructor Summary | |
|---|---|
ConverterTagTestCase(java.lang.String name)
Construct a new instance of this test case. |
|
| Method Summary | |
|---|---|
protected void |
add(ConverterTag tag)
|
void |
setUp()
Set up our root and component tags. |
static Test |
suite()
Return the tests included in this test suite. |
void |
tearDown()
Clear our root and component tags. |
void |
testExpression()
|
void |
testLiteral()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected UIComponentTag ctag
protected UIComponentTag rtag
| Constructor Detail |
|---|
public ConverterTagTestCase(java.lang.String name)
name - Name of the test case| Method Detail |
|---|
public void setUp()
throws java.lang.Exception
setUp in class TagTestCaseBasejava.lang.Exceptionpublic static Test suite()
public void tearDown()
throws java.lang.Exception
tearDown in class TagTestCaseBasejava.lang.Exception
public void testLiteral()
throws java.lang.Exception
java.lang.Exception
public void testExpression()
throws java.lang.Exception
java.lang.Exceptionprotected void add(ConverterTag tag)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||