NCover with COM library

NCover with COM library

Hi, We are developing a Visual Basic 6.0 dll library.We writing tests using MBunit and rhino mocks.We are looking for a test coverage tool.IS it possible to use ncover for this purpose? Does it work with a COM library? thanks ashoka


RE: NCover with COM library

no, not unless the COM library is written in VB.NET or another managed language. NCover only covers libraries and executables compiled to IL.