Is it possible to use AbstractTransactionalJUnit4SpringContextTests in junit5?
Asked
Active
Viewed 1,431 times
1 Answers
2
Yes you can. Junit4 is the minimum version required. Note that AbstractTransactionalJUnit4SpringContextTests
is just a convenience that delegates the @Transactional
hooks to JdbcTestUtils
.

jspcal
- 50,847
- 7
- 72
- 76