takimafr / spring-dbunit

DBUnit support for Spring
Apache License 2.0
40 stars 19 forks source link

Compatibility with Spring 5 ? #53

Open FogiaFr opened 5 years ago

FogiaFr commented 5 years ago

Hello, it seems the RollbackTransactionalTestConfigurationProcessor class is not compatible with spring-test 5. When calling testContext.getTestMethod() (at line 57), before, it could return null when in before/after methods but now, it fails.

Hope you can patch it.