Archives
Sonar 1.11 released
Submitted by Opensourcetesting.org - latest news on Wed, 07/10/2009 - 22:21.Pex v0.17.41006.7 : More Moles and Bug Fixes
Submitted by Jonathan de Halleux on Wed, 07/10/2009 - 23:02.We have just release a new version of Pex (v0.17.xxx) which brings new features for Moles and more bug fixes.
Per-Instance Moles
Instance methods may be moled differently per object instance. This is particularly useful when multiple instances of same type need to behave differently in the same test. For example, let’s consider a simple class Bar that has a ‘Run’ method to check that the values are not the same. The important point here is that we would not be able to deal with such cases if we could not mole the behavior on a per-instance basis.
