Code development platform for open source projects from the European Union institutions

Skip to content

DSS-2393 Junit tests for eSignature validation test cases

Created by: ncoroy

DSS-2393 Junit tests for eSignature validation test cases

This new module named "dss-validation-esig-test" is a proposal for addressing DSS-2393. It contains only Junit tests, which dynamically download the cases from "eSignature validation test cases" project, and run them.

At the time of creation of this pull request : 92 Tests are run, of which 28 fail (unexpected qualification level), as described in DSS-2291. This new module was not added to the parent pom, to prevent any test failure in the global build.

By default, all validation cases are run. In order to run a specific set or a single validation case, a parameter named "eSigTestPrefixFilter" may be passed on command line to filter the tests run, based on their numeric prefix.

Examples :

Merge request reports