aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/at/gv/egiz/moazs/ITMoaSPSSSignatureVerifierTest/valid-signed-delivery-response.xml
AgeCommit message (Collapse)AuthorFilesLines
2019-07-12Renamed and Simplified SignatureVerifierChristof Rabensteiner1-30/+0
2019-06-28Separate Test Suite into Unit- And Integration TestsChristof Rabensteiner1-0/+30
Per default, integration tests are excluded from build. They can be included with the `-P integration-test` argument. - Pom: Add maven profile for integration tests. - Rename integration tests (add `IT` prefix). - Move Resources into IT* folders. - Add MsgClientTest to test suite and add assertions to each test case.