aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/at/gv/egiz/moazs/MsgClientTest.java
AgeCommit message (Collapse)AuthorFilesLines
2019-05-21WIP: SSL Client AuthChristof Rabensteiner1-7/+24
- Refactor MsgClient: Not a Singleton anymore. Use MsgClientFactory to make a client. Make request and config private fields. - Add configuration parameters to application.yaml. - Init SSL client auth testcase, but dont include in testsuite because it aint working yet.
2019-05-20Add Testcase for MsgClientChristof Rabensteiner1-0/+74