Our friend Travis Illig just posted a primer on Typemock Isolator.Great and thorough read. Thanks Travis!
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 moreTracer Inside
A taste of things to come: The Tracer window running inside Visual Studio. (Click image to enlarge).
Read moreArgument Checking
One common use of a mocking framework is to check interaction between classes, Specifically checking correct arguments passing between calls….
Read moreDefaults
One of the more paining decisions we are faced during development of a product is deciding on default behaviors. Whether…
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 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 more