<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Typemock, my new best friend!</title>
	<link>http://jm.monkk.com/2009/04/29/typemock-my-new-best-friend/</link>
	<description>Who knows what a programmer thinks?</description>
	<pubDate>Thu, 29 Jul 2010 11:19:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: Gil Zilberfeld</title>
		<link>http://jm.monkk.com/2009/04/29/typemock-my-new-best-friend/#comment-535</link>
		<author>Gil Zilberfeld</author>
		<pubDate>Sun, 03 May 2009 06:38:45 +0000</pubDate>
		<guid>http://jm.monkk.com/2009/04/29/typemock-my-new-best-friend/#comment-535</guid>
		<description>Hi Monkk,

The MSCorLib stuff is something we're battling for a long time. If you fake DateTime.Now (our favorite request) you may get what you ask for, but not what you expected. That's because, mscorlib uses these types as well. That's why the wrappers are needed, to make sure that you fake the correct thing. By the way you CAN fake interfaces defined in mscorlib.

If you'd like, drop me an email, I'll enter you into our insider list, so you'll know what's happening before everyone else.

Thanks,
Gil</description>
		<content:encoded><![CDATA[<p>Hi Monkk,</p>
<p>The MSCorLib stuff is something we&#8217;re battling for a long time. If you fake DateTime.Now (our favorite request) you may get what you ask for, but not what you expected. That&#8217;s because, mscorlib uses these types as well. That&#8217;s why the wrappers are needed, to make sure that you fake the correct thing. By the way you CAN fake interfaces defined in mscorlib.</p>
<p>If you&#8217;d like, drop me an email, I&#8217;ll enter you into our insider list, so you&#8217;ll know what&#8217;s happening before everyone else.</p>
<p>Thanks,<br />
Gil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Monkk</title>
		<link>http://jm.monkk.com/2009/04/29/typemock-my-new-best-friend/#comment-533</link>
		<author>Monkk</author>
		<pubDate>Sat, 02 May 2009 13:00:45 +0000</pubDate>
		<guid>http://jm.monkk.com/2009/04/29/typemock-my-new-best-friend/#comment-533</guid>
		<description>I've been formally unit testing for about 6 years now. Thanks for the great product! My only question is why can't one mock things in the mscorlib? Not really a big deal, but I did recently have a case where a function under test makes a call to Random.GetNext() and I needed to control it's return value. It wasn't really a big deal, I just wrapped the call to it in another function and was able to control it's return value. But I could see cases where maybe working with streams or readers where more control would be nice without having to subclass and wrap 'em. But really, that's not a deal breaker at all!</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been formally unit testing for about 6 years now. Thanks for the great product! My only question is why can&#8217;t one mock things in the mscorlib? Not really a big deal, but I did recently have a case where a function under test makes a call to Random.GetNext() and I needed to control it&#8217;s return value. It wasn&#8217;t really a big deal, I just wrapped the call to it in another function and was able to control it&#8217;s return value. But I could see cases where maybe working with streams or readers where more control would be nice without having to subclass and wrap &#8216;em. But really, that&#8217;s not a deal breaker at all!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gil Zilberfeld</title>
		<link>http://jm.monkk.com/2009/04/29/typemock-my-new-best-friend/#comment-531</link>
		<author>Gil Zilberfeld</author>
		<pubDate>Thu, 30 Apr 2009 08:06:49 +0000</pubDate>
		<guid>http://jm.monkk.com/2009/04/29/typemock-my-new-best-friend/#comment-531</guid>
		<description>Hi Monkk,

Wow, you just made my day!

I'm glad you like our product. We take great pride in that you can do all this stuff, and with a few lines of code.

How long have you been doing unit-testing?

Thanks again for the kind words,

Gil Zilberfeld
Typemock</description>
		<content:encoded><![CDATA[<p>Hi Monkk,</p>
<p>Wow, you just made my day!</p>
<p>I&#8217;m glad you like our product. We take great pride in that you can do all this stuff, and with a few lines of code.</p>
<p>How long have you been doing unit-testing?</p>
<p>Thanks again for the kind words,</p>
<p>Gil Zilberfeld<br />
Typemock</p>
]]></content:encoded>
	</item>
</channel>
</rss>
