javax.faces.webapp
Class TagTestCaseBase

java.lang.Object
  extended by JUnitFacesTestCase
      extended by javax.faces.webapp.TagTestCaseBase
Direct Known Subclasses:
AttributeTagTestCase, ConverterTagTestCase, FacetTagTestCase, UIComponentTagTestCase, ValidatorTagTestCase

public class TagTestCaseBase
extends JUnitFacesTestCase

Base unit tests for all UIComponentTag classes.


Field Summary
protected  MockPageContext pageContext
           
protected  Tag root
           
protected  MockServlet servlet
           
 
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
 

Field Detail

pageContext

protected MockPageContext pageContext

servlet

protected MockServlet servlet

root

protected Tag root
Constructor Detail

TagTestCaseBase

public TagTestCaseBase(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
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.