Question

I'm looking for the Pex Addin for VS 2012 (or its equivalent).

I know Moles became Fakes (http://msdn.microsoft.com/en-us/library/hh549175.aspx) which is present. I want the Pex part as input generator for automated WhiteBox testing. I'm not sure how I can do this within VS2012. Could someone give me a pointer here?

Was it helpful?

Solution

The Pex Team say that they're going to build a new release of Pex, but the simultaneous move from Moles to Fakes is causing 'some changes to how things work internally, and is delaying the next release of Pex'.

One of the contributors to this question got some information from Microsoft saying that they expect the academic licence to be available in early 2013.

OTHER TIPS

Finally Pex has something for Visual Studio 2012: Code Digger (http://visualstudiogallery.msdn.microsoft.com/fb5badda-4ea3-4314-a723-a1975cbdabb4). You can ask it to generate a input / output table, with parameters that will cover all your code.

However, it supports only Portable Libraries projects today... let's wait for new releases.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top