Generated by
JDiff

Class org.springframework.test.context.transaction.TransactionalTestExecutionListener

Documentation changed from old to new.

Added Methods
PlatformTransactionManager getTransactionManager(TestContext, String) Get the transaction manager to use for the supplied test context and {@code qualifier}.
 

Changed Methods
void afterTestMethod(TestContext) Documentation changed from old to new.
If a transaction is currently active for the test method of the supplied test context, this method will end the transaction and run @AfterTransaction methods.
void beforeTestMethod(TestContext) Documentation changed from old to new.
If the test method of the supplied test context is configured to run within a transaction, this method will run @BeforeTransaction methods and start a new transaction.
PlatformTransactionManager getTransactionManager(TestContext) Documentation changed from old to new.
Get the transaction manager to use for the supplied test context.