Suppressing serialization warnings
This commit is contained in:
@@ -113,6 +113,7 @@ public class TransactionalTestExecutionListener extends AbstractTestExecutionLis
|
||||
* @see org.springframework.transaction.annotation.Transactional
|
||||
* @see org.springframework.test.annotation.NotTransactional
|
||||
*/
|
||||
@SuppressWarnings("serial")
|
||||
@Override
|
||||
public void beforeTestMethod(TestContext testContext) throws Exception {
|
||||
final Method testMethod = testContext.getTestMethod();
|
||||
|
||||
Reference in New Issue
Block a user