Unit-testing COM written in .NET.

Is there a way for unit testing COM-visible .NET collections from .NET (not through direct assembly of a .NET assembly)? When I add a link to my test project for a COM component flashed in .NET, it complains.

+3
source share
1 answer

Always vbunit . Unit testing of vb code (vb classic / VB6) and COM objects is what it does.

+1
source

Source: https://habr.com/ru/post/1697274/


All Articles