|
Seam Core JSF2 2.3.1.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.seam.mock.AbstractSeamTest
public class AbstractSeamTest
Base class for integration tests for JSF/Seam applications. This class can be extended or referenced directly for integration with various testing frameworks.
Nested Class Summary | |
---|---|
class |
AbstractSeamTest.ComponentTest
|
class |
AbstractSeamTest.FacesRequest
|
class |
AbstractSeamTest.NonFacesRequest
|
Field Summary | |
---|---|
protected javax.servlet.Filter |
seamFilter
|
protected javax.servlet.ServletContext |
servletContext
|
protected MockHttpSession |
session
|
Constructor Summary | |
---|---|
AbstractSeamTest()
|
Method Summary | |
---|---|
void |
begin()
|
protected void |
cleanupClass()
Cleanup this test class instance Must be run for each test class instance (e.g. |
protected javax.servlet.Filter |
createSeamFilter()
|
protected javax.servlet.ServletContext |
createServletContext(javax.servlet.ServletContext realContext)
|
void |
end()
|
protected String |
getConversationIdParameter()
|
protected javax.el.ELResolver[] |
getELResolvers()
|
protected Object |
getField(Object object,
String fieldName)
Get the value of an object field, by reflection. |
protected InitialContext |
getInitialContext()
|
protected Object |
getInstance(Class clazz)
Helper method for resolving components in the test script. |
protected Object |
getInstance(String name)
Helper method for resolving components in the test script. |
protected javax.servlet.http.HttpSession |
getSession()
|
protected UserTransaction |
getUserTransaction()
|
void |
initServletContext(Map initParams)
Override to set up any servlet context attributes. |
protected void |
installMockTransport()
|
protected boolean |
isLongRunningConversation()
Is there a long running conversation associated with the current request? |
protected boolean |
isSessionInvalid()
|
Object |
lookup(String name)
Search in all contexts |
protected void |
setField(Object object,
String fieldName,
Object value)
Set the value of an object field, by reflection. |
protected void |
setupClass()
Setup this test class instance Must be run for each test class instance (e.g. |
protected void |
startSeam()
Boot Seam. |
protected void |
stopSeam()
Shutdown Seam. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected javax.servlet.ServletContext servletContext
protected MockHttpSession session
protected javax.servlet.Filter seamFilter
Constructor Detail |
---|
public AbstractSeamTest()
Method Detail |
---|
protected boolean isSessionInvalid()
protected javax.servlet.http.HttpSession getSession()
protected Object getInstance(Class clazz)
protected Object getInstance(String name)
protected boolean isLongRunningConversation()
protected String getConversationIdParameter()
public Object lookup(String name)
public void begin()
public void end()
protected void startSeam() throws Exception
Exception
protected javax.servlet.ServletContext createServletContext(javax.servlet.ServletContext realContext)
protected void stopSeam() throws Exception
Exception
protected void setupClass() throws Exception
Exception
protected void cleanupClass() throws Exception
Exception
protected javax.servlet.Filter createSeamFilter() throws javax.servlet.ServletException
javax.servlet.ServletException
public void initServletContext(Map initParams)
protected InitialContext getInitialContext() throws NamingException
NamingException
protected UserTransaction getUserTransaction() throws NamingException
NamingException
protected Object getField(Object object, String fieldName)
protected void setField(Object object, String fieldName, Object value)
protected javax.el.ELResolver[] getELResolvers()
protected void installMockTransport()
|
Seam Core JSF2 2.3.1.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |