pex
How to tell Pex not to stub an abstract class that has concrete implementations
I\'m trying to use Pex to test some code. I have an abstract class with four concrete implementations.I have created factory methods for each of the four concrete types. I had also created one for the[详细]
2023-04-06 07:23 分类:问答The selected type is not visible and cannot be run by Pex
I\'m running Pex 1.4.40602.0.When I try to run Pex on an internal\" type I get a \"The selected type is not visible and cannot be run by Pex.\" error dialog.I have tried to place the following command[详细]
2023-04-04 13:47 分类:问答How do you use Moles to mole DbContext from querying the database in EntityFramework 4.1?
I am using Entity Framework 4.1 for database access and would like to Unit Test the following code: // Get all the entities including children[详细]
2023-04-01 22:16 分类:问答Moles 0.94 installation can't find pex.powertool.x64.msi
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[详细]
2023-03-27 22:58 分类:问答Pex and F# in Visual Studio 2010 Ultimate
I have been trying using Pex in a F# project but I have faced several issues on which I would appreciate some help:[详细]
2023-03-25 21:30 分类:问答'RUN PEX' does not appear on rightclick
I run VS2010 Pro on a Windows XP machine. I have downloaded and installed PEX & Moles. That all went fine.[详细]
2023-03-24 18:48 分类:问答Pex not satisfying code contract
I\'m trying to wrote a pex test, and I noticed that it always was feeding a false value as one of the params that I wanted. My test looked like this (simplified: there are/were more params, but otherw[详细]
2023-03-23 09:49 分类:问答Running Pex with .NET 3.5 projects
I\'m currently trying to use Pex and Moles with a SharePoint 2010 solution that\'s written in .NET 3.5.[详细]
2023-03-23 05:23 分类:问答value generation in pex parmeterized unit test
I\'m building unit testing using Pex. my problem is not all code branches are being tested, Pex keep generating parameter values that fails the same condition which make all the code after that condit[详细]
2023-03-21 18:55 分类:问答Interface not registered(0x80040155) when running Pex On Specific machine
Pex 0.94.0.0 Release Visual Studio 10.0.40219.1 Bug Report How to reproduce: Open a class library project[详细]
2023-03-19 02:23 分类:问答