In a series of posts Oren (Ayende) and Sasha have debated the need to design for performance. Both parties make…
Read moreCan Num3rs Lie?
In a series of posts Oren (Ayende) and Sasha have debated the need to design for performance. Both parties make…
Read more3rd Typemock Basic Video – Mocking Database Access
We’ve just published our 3rd video on our site. It covers a topic we’ve been asked many times – "we…
Read more3rd Typemock Basic Video – Mocking Database Access
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 moreA Great Quick-Start Guide for Isolator
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 more