设计读取文件的服务

发布于 2024-10-21 07:03:13 字数 284 浏览 1 评论 0原文

概念概述

在文件系统上存储模板文本文件。将文本文件读入模板服务,获取字符串,发送电子邮件。

到目前为止,我有 2 个服务:

  1. ITemplateService - 这是模板引擎(接受模型和模板字符串)。
  2. IEmailService - 发送电子邮件。

我可以举个例子来说明文件读取器服务的外观、如何模拟或对其进行单元测试吗?谢谢。

我基本上想将路径/文件名传递给方法并让它读取文件并返回字符串。

Conceptual Overview

Store templated text files on the file system. Read text file into a templating service, get the string, send the email.

I have 2 services so far:

  1. ITemplateService - this is the templating engine (accepts model and the string for templating).
  2. IEmailService - Send email.

Can I have an example of how a file reader service would look, how I can mock or unit test it. Thanks.

I basically want to pass a path/filename to a method and let it read the file and return a string.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文