| Class | Description |
|---|---|
| ActionHelper |
ActionHelper - abstract base class that can be used to setup
tests to verify our struts Actions.
|
| BaseDeleteErrataActionAbstractTest |
BaseDeleteActionTest
|
| BaseTestCaseWithUser |
Basic test class class with a User
|
| ChannelTestUtils |
ChannelTestUtils
|
| ConfigTestUtils |
ConfigTestUtils
|
| ErrataTestUtils |
A collection of utility methods for testing scenarios
involving erratas
|
| ForwardWrapper |
A decorator for a
ActionForward. |
| RhnBaseTestCase |
RhnBaseTestCase is the base class for all RHN TestCases.
|
| RhnJmockBaseTestCase |
RhnJmockBaseTestCase - This is the same thing as
RhnBaseTestCase
but it extends from MockObjectTestCase. |
| RhnMockDynaActionForm |
RhnMockDynaActionForm is a mock implementation of
a Struts DynaActionForm which allows the user to
set expected values during testing.
|
| RhnMockExceptionJspWriter |
RhnMockExceptionJspWriter is a mock implementation of
a J2EE JspWriter which throws an IOException for EVERY
method.
|
| RhnMockHttpServletRequest |
RhnMockHttpServletRequest is a mock implementation of the
HttpServletRequest which fixes deficiencies in the MockObjects'
implementation of MockHttpServletRequest.
|
| RhnMockHttpServletResponse |
RhnMockHttpServletResponse is a mock implementation of the
HttpServletResponse which fixes deficiencies in the MockObjects'
implementation of MockHttpServletResponse.
|
| RhnMockHttpSession |
Override MockHttpSession's implementation of get/setAttribute so we
don't have to define ahead of time all the attributes that will be set
on the session.
|
| RhnMockJspWriter |
JMockJspWriter - Simple abstract class that defines a default no arg constructor so
JMock will be happy.
|
| RhnMockPageContext |
RhnMockPageContext
|
| RhnMockServletOutputStream |
RhnMockServletOutputStream - simple mock of an output stream
|
| RhnMockStrutsTestCase |
RhnMockStrutsTestCase - simple base class that adds a User to the test since all our
Struts Actions use a User.
|
| RhnPostMockStrutsTestCase |
RhnPostMockStrutsTestCase
|
| RhnPostMockStrutsTestCase.UploadsHandler |
An utility class to handle multipart requests.
|
| Sequence |
Sequence
|
| ServerGroupTestUtils |
ServerGroupTestUtils
|
| ServerTestUtils |
SystemTestUtils
|
| ServletTestUtils |
ServletTestUtils
|
| TagTestUtils |
A class that allows us to easily test jsp tags.
|
| TestCaseHelper |
TestCaseHelper - helper class to contain some common logic
between a few of our base unit test classes.
|
| TestStatics |
TestStatics.
|
| TestUtils |
TestUtils, a simple package for utility functions helpful when
writing unit tests
|
| UserTestUtils |
A class that allows us to easily create test users.
|