Package org.jboss.seam.mock

An integration test harness for Seam applications and Seam components, with built-in support for TestNG.

See:
          Description

Class Summary
AbstractSeamTest Base class for integration tests for JSF/Seam applications.
DBUnitSeamTest Utility for integration testing with Seam and DBUnit datasets.
DBUnitSeamTest.DataSetOperation  
DelegatingServletInputStream Delegating implementation of ServletInputStream.
DelegatingServletOutputStream Delegating implementation of ServletOutputStream.
EmbeddedBootstrap  
EnhancedMockHttpServletRequest Mock implementation of the HttpServletRequest interface.
EnhancedMockHttpServletResponse Mock implementation of the HttpServletResponse interface.
MockApplication  
MockApplicationFactory An mock implementation of the JSF ApplicationFactory which returns a mock Application wrapped in a SeamApplication.
MockExternalContext  
MockFacesContext  
MockFacesContextFactory  
MockFilterConfig  
MockHttpServletRequest  
MockHttpServletResponse  
MockHttpSession  
MockLifecycle  
MockLifecycleFactory  
MockLoginModule  
MockNavigationHandler  
MockRenderKit  
MockRequestDispatcher Mock implementation of the RequestDispatcher interface.
MockResponseStateManager  
MockResponseWriter  
MockSecureEntity Used by security unit tests
MockServletContext  
MockStateManager  
MockTransport Provides a MockTransport for integration testing Seam Mail.
MockViewHandler  
ResourceRequestEnvironment Executes (through local calls, not TCP sockets) an HTTP request in a unit test, passing it through the Seam resource handlers and filters.
ResourceRequestEnvironment.ResourceRequest  
SeamTest Provides BaseSeamTest functionality for TestNG integration tests.
 

Enum Summary
DBUnitSeamTest.Database  
ResourceRequestEnvironment.Method  
 

Package org.jboss.seam.mock Description

An integration test harness for Seam applications and Seam components, with built-in support for TestNG.

See Also:
SeamTest, AbstractSeamTest