When running the command to build the .net 4.0 system assemblies for moles an error is encountered: MSIL error while compiling the generated code (-1007 - 0
For some reason OpenCover is not covering tests using moles on Windows Server 2003 (64bit). I raised a similar question which solved it on my 32bit Windows 7 machine, but for some reason setting the E
I want to replace behavior of Environment.GetFo开发者_开发百科lderPath in my unittest, but after generation moles for System assembly, System.Moles assembly does not contain definition of type MEnviro
I\'m trying to figure out how to mole the datacontext so that my unit tests never hit the database. What I want to achieve is that a datacontext is create开发者_C百科dbut doesn\'t connect to a db and
I\'m trying to install the latest Moles/Pex 0.94, but the install is unable to uninstall the previous version becaus开发者_如何学Ce it cannot locate pex.powertool.x64.msi.I searched for this file on m
I am building (yet another) Windows Service, using TDD and Moles.This projec开发者_运维问答t includes extensions to System.Dagnostics.EventLog, tot include details of the input parameter Exception obj
I had class Voo { private static AnotherClass Doo(int id) { //do some stuff with id then return object of AnotherClass
How is it possible to call a delegated Method only once / one time with moles? MyClass.AllInstances.ResultateGet = delegate { return new ResultatInfoColle开发者_如何学Pythonction(); };
I have been trying using Pex in a F# project but I have faced several issues on which I would appreciate some help:
I have a C# application compiled with visual studio. I want 开发者_开发技巧to intercept and log calls and serialized method parameters to some specific methods in that app. Is it possible to intercept