Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法从 .NET 对 COM 可见的 .NET 程序集进行单元测试(而不是通过直接的 .NET 程序集引用)?当我在我的测试项目中添加对 .NET 中的 COM 组件的引用时,它会抱怨。
总是有vbunit。单元测试 vb 代码(vb 经典 / VB6)和 com 对象就是它的作用。