views:

124

answers:

1

Is there a way to unit-test COM-visible .NET assemblies from .NET (not via direct .NET assembly reference)? When i add reference in my test project to the COM component whitten in .NET it complains.

+1  A: 

There's always vbunit. Unit testing vb code (vb classic / VB6) and com objects is what it does.

Hamish Smith