Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.0
-
None
Description
upgrade junit to something above 4.4 to allow parametrized test.
Currenlty, the test class org.apache.ddlutils.TestAgainstLiveDatabaseBase
uses reflection to inject fixure values before running each test.
In junit 4 we can use org.junit.runners.Parameterized.Parameters to run the test multiple times, once for each configuration.