|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
TransactionalTestExecutionListener |
TestExecutionListener which provides support for executing
tests within transactions by using
@Transactional
and @NotTransactional annotations. |
TransactionConfigurationAttributes | Configuration attributes for configuring transactional tests. |
Annotation Types Summary | |
---|---|
AfterTransaction |
Test annotation to indicate that the annotated public void
method should be executed after a transaction is ended for test
methods configured to run within a transaction via the
@Transactional annotation. |
BeforeTransaction |
Test annotation to indicate that the annotated public void
method should be executed before a transaction is started for test
methods configured to run within a transaction via the
@Transactional annotation. |
TransactionConfiguration | TransactionConfiguration defines class-level metadata for configuring transactional tests. |
Transactional support classes for the Spring TestContext Framework.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |