public interface TransactionEnabler
org.jboss.arquillian.transaction.impl.lifecycle.AnnotationBasedTransactionEnabler
as the precedent.| Modifier and Type | Method and Description |
|---|---|
TransactionMode |
getTransactionModeFromClassLevel(org.jboss.arquillian.test.spi.event.suite.TestEvent testEvent)
Determines transaction mode using custom logic
of the given SPI implementation on class level.
|
TransactionMode |
getTransactionModeFromMethodLevel(org.jboss.arquillian.test.spi.event.suite.TestEvent testEvent)
Determines transaction mode using custom logic
of the given SPI implementation on test level.
|
boolean |
isTransactionHandlingDefinedOnClassLevel(org.jboss.arquillian.test.spi.event.suite.TestEvent testEvent)
Verifies if the test class contains metadata
which can be used by given extension point to determine
transaction configuration.
|
boolean |
isTransactionHandlingDefinedOnMethodLevel(org.jboss.arquillian.test.spi.event.suite.TestEvent testEvent)
Verifies if the test method contains metadata
which can be used by given extension point to determine
transaction configuration.
|
boolean isTransactionHandlingDefinedOnClassLevel(org.jboss.arquillian.test.spi.event.suite.TestEvent testEvent)
testEvent - boolean isTransactionHandlingDefinedOnMethodLevel(org.jboss.arquillian.test.spi.event.suite.TestEvent testEvent)
testEvent - TransactionMode getTransactionModeFromClassLevel(org.jboss.arquillian.test.spi.event.suite.TestEvent testEvent)
testEvent - TransactionMode getTransactionModeFromMethodLevel(org.jboss.arquillian.test.spi.event.suite.TestEvent testEvent)
testEvent - Copyright © 2012 JBoss by Red Hat. All Rights Reserved.