org.jboss.seam.mock
Class JUnitSeamTest
java.lang.Object
org.jboss.seam.mock.AbstractSeamTest
org.jboss.seam.mock.JUnitSeamTest
- Direct Known Subclasses:
- DBJUnitSeamTest
public class JUnitSeamTest
- extends AbstractSeamTest
Provides BaseSeamTest functionality for Arquillian JUnit integration tests.
- Author:
- Gavin King, Thomas Heute, Mike Youngstrom, Jozef Hartinger, Marek Schmidt
Method Summary |
void |
begin()
|
void |
end()
|
void |
reset()
Call this method within a test method to end the previous
mock session and start another one. |
Methods inherited from class org.jboss.seam.mock.AbstractSeamTest |
cleanupClass, createSeamFilter, createServletContext, getConversationIdParameter, getELResolvers, getField, getInitialContext, getInstance, getInstance, getSession, getUserTransaction, initServletContext, installMockTransport, isLongRunningConversation, isSessionInvalid, lookup, setField, setupClass, startSeam, stopSeam |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JUnitSeamTest
public JUnitSeamTest()
begin
public void begin()
- Overrides:
begin
in class AbstractSeamTest
end
public void end()
- Overrides:
end
in class AbstractSeamTest
reset
public void reset()
- Call this method within a test method to end the previous
mock session and start another one.
Copyright © 2013 Seam Framework. All Rights Reserved.