English 中文(简体)
没有关于使用摩西语进行测试的信息
原标题:No Code Coverage Information for Tests Using Moles

过去几天,我一直用于公开招标,我已经注意到,使用摩莱斯的测试不会产生任何报道信息。

我为孤立这一问题创造了一个小的解决办法,发现只有没有<代码>的测试才会产生编码覆盖面。

Reading around I have found this and this which seem to be NCover equivalents of my problem. They say that it is something to do with Moles running a profiler as well as the coverage tool, and that there is an environment variable CLRMONITOR_EXTERNAL_PROFILERS that can be set to allow multiple profilers to run at the same time as Moles - I think that this is where the solution lies, but I m not 100% sure. I guess that the variable s value would be the name of the OpenCover profiler - does anyone know this name?

是否有任何人设法与摩莱斯一起开诚布公? 是否能够做到这一点?

最佳回答

你们需要的简介者的名字可能是全国生命线联盟。

B. 为1542C21D-80C3-45E6-A56C-A9C1E4BEB7B8

问题回答

暂无回答




相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

NSArray s, Primitive types and Boxing Oh My!

I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

How to Use Ghostscript DLL to convert PDF to PDF/A

How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...

热门标签