pex

Pex framework for testing WCF service

Hi, Is it possible to use Pex framework to write test cases for WCF webservices? Using MS test runner i am able to test WCF service but testing same code using PexMethod() attribute fails with exception that indicates request channel timed out. I have tried increasing the "sendTimeout" in my config file w/o any success. Here is excepti...

Why would an assert on a unit test with HostType("Moles") pass when run individually, but fail when run with a group of tests?

I recently got aboard the Pex & Moles bandwagon in order to test some logic with many elements that are static, non-virtual, sealed, etc. Recently, I've begun to see behavior I can't explain from a few of the tests. A couple of the methods for an interface I stubbed out return void, so I set the stubs to delegates that update boolean v...

Pex Problem with MyGeneration Code Generator

I am new to PEX, i Have an application which have multiple layers, and I am using Code generator (MyGeneration)to create my DAL, when I tried to use PEX it always exceeds the bounds and always set the object to null, I think the problem comes when it set properities in the Object that should never changes(Default values), ...

What is the closest thing to Pex for Visual C++?

Pex automagically generates unit tests for C# code. Is there anything similar (free or commercial) for C++ code? ...

Is there a 64 bit version of Pex (Academic license)?

The Academic license of Pex seems to come only in a 32 bit version. Is there a 64 bit version? ...