本文介绍了我怎样才能建立一个可测试的TcpClient /的TcpListener包装的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想开发一个可测试的TcpClient /的TcpListener包装。我希望能够嘲笑输入和输出数据。

i want to develop a testable TcpClient / TcpListener wrapper. I want to be able to mock the incoming and outgoing data.

我想这样做,因为我有,应该在网络消息反应更高层次的组件。对于测试的原因我想嘲笑(网络)它们。

I want to do this because i have higher tier components that should react on network messages. For testing reasons i want to mock (the network) them.

能否有人请给我一个踢在正确的方向?

Can some one please give me a kick in the right direction?

推荐答案

您可以使用装饰图案

重复相同TCPSERVER。

Repeat the same for TcpServer.

这篇关于我怎样才能建立一个可测试的TcpClient /的TcpListener包装的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!