aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/at/gv/egiz/moazs/ITMzsServiceTest
AgeCommit message (Collapse)AuthorFilesLines
2019-06-28Separate Test Suite into Unit- And Integration TestsChristof Rabensteiner6-0/+320
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.