解决 pex 内部类

发布于 2024-09-08 04:26:20 字数 109 浏览 6 评论 0原文

当被测试的类是内部类时,有什么方法可以让 pex 工作吗?密封课程怎么样?

我的意思是,毕竟这种类型的工具非常适合 API 测试,有时您可能希望至少将内容保留在内部。

谢谢

Is there any way to make pex work when the classes under test are internal? how about sealed classes?

I mean after all this type of tool is really good for API testing, you are likely to want to keep stuff at least internal sometimes.

Thanks

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

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

发布评论

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

评论(1

智商已欠费 2024-09-15 04:26:20

通过 InternalsVisibleToAttribute 为测试程序集提供内部可见性。然后,Pex 将能够“查看”内部类型并测试它们。

Give the test assembly internal visibility through the InternalsVisibleToAttribute. Pex will then be able to 'see' internal types and test them.

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