We’ve just published our 3rd video on our site. It covers a topic we’ve been asked many times – "we…
Read moreCan I Mock Web Services?
With Typemock Isolator, sure you can! This came up in the forums. So here’s the explanation again, but with better…
Read moreThe perils of Obfuscating your code
Suppose you have an enum type.
1 |
<span style="background: black none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;color:white;" > </span><span style="background: black none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;color:yellow;" >internal enum </span><span style="background: black none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; color: rgb(43, 145, 175);">SomeEnum <br /> </span><span style="background: black none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;color:white;" >{ <br /> SomeVeryDescriptiveName = 5<br /> } <br /></span> |
For some reason you want to use the name of the enum field…
Read moreArgument Checking
One common use of a mocking framework is to check interaction between classes, Specifically checking correct arguments passing between calls….
Read moreMocking Fields – Why it was implemented
One of the new features in our new release 4.2 is the ability to mock fields. Since we have published…
Read moreWii Have a Wiinner!
That’s right. Narcisse Adjalla is the winner of the Wii sweepstakes in our last webcast. He’s now the proud owner…
Read moreDecisions, Decisions…
As you probably know, (it was in our release notes, and everybody reads those…) we are removing the support for…
Read moreGreat introduction tutorial for Typemock Isolator
I just wanted to let you know that Stephen Walther wrote an excellent introduction tutorial for Typemock Isolator. The tutorial…
Read moreMbUnit “Gallio” announces built in support for Typemock Isolator
Jeff Brown Just posted about the current alpha version of MbUnit (Gallio codename) with cool new features. I urge you…
Read moreChains, part III: Extension Methods
This post continues the path of part I and II regarding chained method calls using Typemock Isolator. Today I’m going…
Read more