Arquillian Persistence Extension Implementation 1.0.0.Alpha4

org.jboss.arquillian.persistence.transaction
Class TestTransactionWrapper

java.lang.Object
  extended by org.jboss.arquillian.persistence.transaction.TestTransactionWrapper

public class TestTransactionWrapper
extends Object

Author:
Bartosz Majsak

Constructor Summary
TestTransactionWrapper()
           
 
Method Summary
 void afterTest(EndTransaction endTransaction)
           
 void beforeTest(StartTransaction startTransaction)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestTransactionWrapper

public TestTransactionWrapper()
Method Detail

beforeTest

public void beforeTest(@Observes
                       StartTransaction startTransaction)
                throws Exception
Throws:
Exception

afterTest

public void afterTest(@Observes
                      EndTransaction endTransaction)
               throws Exception
Throws:
Exception

Arquillian Persistence Extension Implementation 1.0.0.Alpha4

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.