aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/at/gv/egiz/moazs/ITMsgClientTest/validDeliveryRequest.xml
AgeCommit message (Collapse)AuthorFilesLines
2019-08-23Remove SSL Depending Testcases from Integration Test SuiteChristof Rabensteiner1-56/+0
- Reason: Now we can run integration tests without the need to set up SSL reverse proxy with client certificates.
2019-06-28Separate Test Suite into Unit- And Integration TestsChristof Rabensteiner1-0/+56
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.