org.jboss.seam.faces.test.context.conversation
Class ConversationBoundaryInterceptorTest

java.lang.Object
  extended by org.jboss.seam.faces.test.context.conversation.ConversationBoundaryInterceptorTest

public class ConversationBoundaryInterceptorTest
extends Object

Author:
Lincoln Baxter, III

Constructor Summary
ConversationBoundaryInterceptorTest()
           
 
Method Summary
static org.jboss.shrinkwrap.api.spec.JavaArchive createTestArchive()
           
 void testConversationAbortsBeginOnFatalException()
           
 void testConversationAbortsEndOnFatalException()
           
 void testConversationBeginsAndEnds()
           
 void testConversationBeginsOnPermittedException()
           
 void testConversationEndsOnPermittedException()
           
 void testConversationStarted()
           
 void testConversationStartedWithTimeout()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConversationBoundaryInterceptorTest

public ConversationBoundaryInterceptorTest()
Method Detail

createTestArchive

@Deployment
public static org.jboss.shrinkwrap.api.spec.JavaArchive createTestArchive()

testConversationStarted

public void testConversationStarted()

testConversationStartedWithTimeout

public void testConversationStartedWithTimeout()

testConversationBeginsAndEnds

public void testConversationBeginsAndEnds()

testConversationAbortsBeginOnFatalException

public void testConversationAbortsBeginOnFatalException()

testConversationBeginsOnPermittedException

public void testConversationBeginsOnPermittedException()

testConversationAbortsEndOnFatalException

public void testConversationAbortsEndOnFatalException()

testConversationEndsOnPermittedException

public void testConversationEndsOnPermittedException()


Copyright © 2009-2011 Seam Framework. All Rights Reserved.