ASP.NET MVC 路由测试被视为单元测试还是集成测试?

发布于 2024-11-08 19:27:43 字数 264 浏览 0 评论 0原文

因此,我将向我的项目添加一些测试来测试我的 ASP.NET MVC 路由。它们是单元测试还是集成测试?

我觉得它们是一个单元测试,其中集成测试是针对数据库、第 3 方服务(例如 Twitter、文件上传等).. 我通常会在单元测试中模拟的东西。

我问的原因是我正在查看 Ayende 的 Raccon 博客 并注意到他们列出了路线测试作为集成测试。

So i'm going to add some tests to my project to test my ASP.NET MVC routes. Are they a unit test or an integration test?

I feel like they are a unit test, where integration tests are against db's, 3rd party services (eg. twitter, file upload, etc) .. something I would normally mock out in a unit test.

The reason I'm asking is that I was looking at Ayende's Raccon Blog and noticed they have their route tests listed as Integration Tests.

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

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

发布评论

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

评论(1

你的背包 2024-11-15 19:27:43

我认为它们是单元测试。您只是测试端点是否达到特定的控制器操作。我认为这是一组非常孤立的功能。

I would consider them to be unit tests. Your just testing that an endpoint reaches a particular controller action. I think that's a pretty isolated set of functionality.

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