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
AbstractDBUnitSeamTest Utility for integration testing with Seam and DBUnit datasets.
AbstractSeamTest Base class for integration tests for JSF/Seam applications.
DBUnitSeamTest  
EmbeddedBootstrap  
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  
MockResponseStateManager  
MockResponseWriter  
MockSecureEntity Used by security unit tests
MockServletContext  
MockStateManager  
MockTransport Provides a MockTransport for integration testing Seam Mail.
MockViewHandler  
SeamTest Provides BaseSeamTest functionality for TestNG integration tests.
 

Enum Summary
AbstractDBUnitSeamTest.Database  
 

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