You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently org.springframework.test.AbstractTransactionalDataSourceSpringContextTests is in the inheritance hierachy that descends from the Junit 3.8.1 junit.framework.TestCase class. I would like to see a version that is compatible with Junit 4.x with a view to writing test cases with Junit's annotations but still allow rollback after the test completes.