HowTo Unit Test Client Server Code

后端 未结 5 1947
被撕碎了的回忆
被撕碎了的回忆 2020-12-29 03:55

I\'m currently writing a Java Client Server Application. So i want to implement two Libraries, one for the Client and one for the Server. The Client Server Communication has

5条回答
  •  爱一瞬间的悲伤
    2020-12-29 04:30

    So finally the resolution was to build a Multi Module Project, with a separate Test Module that includes the Server and the Client Module Works great in Husdon. And even better in the Eclipse IDE. Thanks @ Aaron for the hint

提交回复
热议问题