public class TagTestUtils
extends java.lang.Object
| Modifier and Type | Method and Description | 
|---|---|
| static com.mockobjects.helpers.TagTestHelper | setupTagTest(javax.servlet.jsp.tagext.Tag tag,
            java.net.URL url)Setup the TagTestHelper class with the
 appropriate infrastructure. | 
| static com.mockobjects.helpers.TagTestHelper | setupTagTest(javax.servlet.jsp.tagext.Tag tag,
            java.net.URL url,
            RhnMockHttpServletRequest request)Setup the TagTestHelper class with the
 appropriate infrastructure. | 
public static com.mockobjects.helpers.TagTestHelper setupTagTest(javax.servlet.jsp.tagext.Tag tag,
                                                                 java.net.URL url,
                                                                 RhnMockHttpServletRequest request)
tag - The Tag lib to test.url - URL to be passed into the Mock Servlet Context.request - The request that was created by the test to be used
        by this helperTagTestHelperpublic static com.mockobjects.helpers.TagTestHelper setupTagTest(javax.servlet.jsp.tagext.Tag tag,
                                                                 java.net.URL url)
tag - The Tag lib to test.url - URL to be passed into the Mock Servlet Context.TagTestHelper