rmpestano / dbunit-rules

https://github.com/database-rider/database-rider
15 stars 5 forks source link

Implement DBUnit rule as TestRule #31

Closed rmpestano closed 8 years ago

rmpestano commented 8 years ago

Currently DBUnit rule is implemented as a JUnit MethodRule and the main drawback is that it doesn't allow rule chaining which is only allowed for TestRules