Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用与服务器端通信的 jaxws-maven-plugin 2.2 构建了一个 java WS 客户端。
现在,我正在使用 EasyMock 实现单元测试来测试客户端行为,但我是新手。
谁能告诉我一些关于使用 EasyMock 测试 jax-ws 模拟服务器端的教程/帖子?
谢谢!