javax.faces.webapp
Class TagTestCaseBase
java.lang.Object
JUnitFacesTestCase
javax.faces.webapp.TagTestCaseBase
- Direct Known Subclasses:
- AttributeTagTestCase, ConverterTagTestCase, FacetTagTestCase, UIComponentTagTestCase, ValidatorTagTestCase
public class TagTestCaseBase
- extends JUnitFacesTestCase
Base unit tests for all UIComponentTag classes.
Constructor Summary |
TagTestCaseBase(java.lang.String name)
Construct a new instance of this test case. |
Method Summary |
void |
setUp()
Set up instance variables required by this test case. |
void |
tearDown()
Tear down instance variables required by this test case. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
pageContext
protected MockPageContext pageContext
servlet
protected MockServlet servlet
root
protected Tag root
TagTestCaseBase
public TagTestCaseBase(java.lang.String name)
- Construct a new instance of this test case.
- Parameters:
name
- Name of the test case
setUp
public void setUp()
throws java.lang.Exception
- Set up instance variables required by this test case.
- Throws:
java.lang.Exception
tearDown
public void tearDown()
throws java.lang.Exception
- Tear down instance variables required by this test case.
- Throws:
java.lang.Exception
Copyright 2002-2011 Oracle America Inc, Inc. All Rights Reserved.