org.jboss.seam.contexts
Class TestLifecycle

java.lang.Object
  extended by org.jboss.seam.contexts.TestLifecycle

public class TestLifecycle
extends Object

Methods for setup and teardown of Seam contexts at the beginning and end of a test.

Author:
Gavin King

Constructor Summary
TestLifecycle()
           
 
Method Summary
static void beginTest(javax.servlet.ServletContext context, Map<String,Object> session)
           
static void endTest()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestLifecycle

public TestLifecycle()
Method Detail

beginTest

public static void beginTest(javax.servlet.ServletContext context,
                             Map<String,Object> session)

endTest

public static void endTest()