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...
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...
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),
...
Pex automagically generates unit tests for C# code.
Is there anything similar (free or commercial) for C++ code?
...
The Academic license of Pex seems to come only in a 32 bit version.
Is there a 64 bit version?
...