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
BaseSeamTest Base class for integration tests for JSF/Seam applications.
DBUnitSeamTest Utility for integration testing with Seam and DBUnit datasets.
EmbeddedBootstrap  
MockApplication  
MockExternalContext  
MockFacesContext  
MockFilterConfig  
MockHttpServletRequest  
MockHttpServletResponse  
MockHttpSession  
MockLifecycle  
MockNavigationHandler  
MockRenderKit  
MockResponseStateManager  
MockResponseWriter  
MockSecureEntity Used by security unit tests
MockServletContext  
MockStateManager  
MockViewHandler  
SeamTest Provides BaseSeamTest functionality for TestNG integration tests.
 

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, BaseSeamTest