为了账号安全,请及时绑定邮箱和手机立即绑定

如何在 golang 中测试 io.writer?

如何在 golang 中测试 io.writer?

Go
猛跑小猪 2021-09-27 17:41:47
最近希望为golang写一个单元测试。功能如下。func (s *containerStats) Display(w io.Writer) error {    fmt.Fprintf(w, "%s %s\n", "hello", "world")    return nil}那么如何测试“func Display”的结果是“hello world”呢?
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 196 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信