We are considering starting to use Moles as we found ourselves creating a lot of Facades here and there.
Then I read somewhere than Fakes is replacing Moles in VS2012 and that it requires changes to move from one infrastructure to the new one.
My question is, is it worth starting with Moles when we now that we will need to port the tests from one framework to the new one? Is the porting work big enough to continue using Facades until we move to VS2012 and we can start using Fakes?