<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Daniel Wertheim &#187; Typemock</title>
	<atom:link href="http://daniel.wertheim.se/category/testing/typemock/feed/" rel="self" type="application/rss+xml" />
	<link>http://daniel.wertheim.se</link>
	<description>Love what you do - Continue to do it - Be eager to learn more about it.</description>
	<lastBuildDate>Fri, 27 Jan 2012 12:50:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='daniel.wertheim.se' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Daniel Wertheim &#187; Typemock</title>
		<link>http://daniel.wertheim.se</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://daniel.wertheim.se/osd.xml" title="Daniel Wertheim" />
	<atom:link rel='hub' href='http://daniel.wertheim.se/?pushpress=hub'/>
		<item>
		<title>Moq vs Typemock &#8211; Simple solution to It.Is(expression)</title>
		<link>http://daniel.wertheim.se/2010/05/08/moq-vs-typemock-simple-solution-to-it-isexpression/</link>
		<comments>http://daniel.wertheim.se/2010/05/08/moq-vs-typemock-simple-solution-to-it-isexpression/#comments</comments>
		<pubDate>Sat, 08 May 2010 18:09:03 +0000</pubDate>
		<dc:creator>Daniel Wertheim</dc:creator>
				<category><![CDATA[Testing]]></category>
		<category><![CDATA[Typemock]]></category>

		<guid isPermaLink="false">http://daniel.wertheim.se/?p=490</guid>
		<description><![CDATA[So I thought I just add one more post about this subject. Previous posts: Moq vs Typemock – It.IsAny &#38; It.Is Moq vs TypeMock – Simple solution to It.IsAny As I stated I don&#8217;t like the predicate that gives me an object[0], so why not do something about it. With this code I can now [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=daniel.wertheim.se&amp;blog=9709818&amp;post=490&amp;subd=danielwertheim&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://daniel.wertheim.se/2010/05/08/moq-vs-typemock-simple-solution-to-it-isexpression/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/274ce0291206c9d27635a865ac48b5c4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Daniel</media:title>
		</media:content>
	</item>
		<item>
		<title>Moq vs TypeMock – Simple solution to It.IsAny</title>
		<link>http://daniel.wertheim.se/2010/05/08/moq-vs-typemock-simple-solution-to-it-isany/</link>
		<comments>http://daniel.wertheim.se/2010/05/08/moq-vs-typemock-simple-solution-to-it-isany/#comments</comments>
		<pubDate>Sat, 08 May 2010 17:18:21 +0000</pubDate>
		<dc:creator>Daniel Wertheim</dc:creator>
				<category><![CDATA[Testing]]></category>
		<category><![CDATA[Typemock]]></category>

		<guid isPermaLink="false">http://daniel.wertheim.se/?p=486</guid>
		<description><![CDATA[So I just posted this post where I wanted the It.IsAny syntax in Typemock. Without giving any long thought on this I wrote two simple solutions: Solution 1 Solution 2 As I said. Not much thinking in there so I&#8217;m probably missing something. It worked for me. Now I don&#8217;t have to type &#8220;null&#8221; any [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=daniel.wertheim.se&amp;blog=9709818&amp;post=486&amp;subd=danielwertheim&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://daniel.wertheim.se/2010/05/08/moq-vs-typemock-simple-solution-to-it-isany/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/274ce0291206c9d27635a865ac48b5c4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Daniel</media:title>
		</media:content>
	</item>
		<item>
		<title>Moq vs Typemock &#8211; It.IsAny &amp; It.Is</title>
		<link>http://daniel.wertheim.se/2010/05/08/moq-vs-typemock-it-isany-it-is/</link>
		<comments>http://daniel.wertheim.se/2010/05/08/moq-vs-typemock-it-isany-it-is/#comments</comments>
		<pubDate>Sat, 08 May 2010 14:54:19 +0000</pubDate>
		<dc:creator>Daniel Wertheim</dc:creator>
				<category><![CDATA[Moq]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[Typemock]]></category>

		<guid isPermaLink="false">http://daniel.wertheim.se/?p=478</guid>
		<description><![CDATA[I kind of like the It.IsAny syntax and It.IsAny(validation expression) syntax of Moq. So now when I&#8217;m in the process of switching to Typemock I really was looking for this kind of API. I have put together some simple samples to show the difference. The difference in the APIs #1 #2 #3 #4 #5 Test [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=daniel.wertheim.se&amp;blog=9709818&amp;post=478&amp;subd=danielwertheim&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://daniel.wertheim.se/2010/05/08/moq-vs-typemock-it-isany-it-is/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/274ce0291206c9d27635a865ac48b5c4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Daniel</media:title>
		</media:content>

		<media:content url="http://danielwertheim.files.wordpress.com/2010/05/moqvstypemock-20100508.png?w=300" medium="image">
			<media:title type="html">MoqVsTypemock-20100508</media:title>
		</media:content>
	</item>
		<item>
		<title>Typemock &#8211; Beautiful exceptions</title>
		<link>http://daniel.wertheim.se/2010/04/27/typemock-beautiful-exceptions/</link>
		<comments>http://daniel.wertheim.se/2010/04/27/typemock-beautiful-exceptions/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 20:53:38 +0000</pubDate>
		<dc:creator>Daniel Wertheim</dc:creator>
				<category><![CDATA[Testing]]></category>
		<category><![CDATA[Typemock]]></category>

		<guid isPermaLink="false">http://daniel.wertheim.se/?p=471</guid>
		<description><![CDATA[So I recently started to use Typemock instead of Moq and I&#8217;m currently getting acquainted with the API. I just found something that I really think shows that they are putting in some effort to the product. It&#8217;s no fancy feature just something that I think every Mocking-framework should provide: &#8220;Informative and guiding exceptions when [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=daniel.wertheim.se&amp;blog=9709818&amp;post=471&amp;subd=danielwertheim&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://daniel.wertheim.se/2010/04/27/typemock-beautiful-exceptions/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/274ce0291206c9d27635a865ac48b5c4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Daniel</media:title>
		</media:content>

		<media:content url="http://danielwertheim.files.wordpress.com/2010/04/informative-guidance.png?w=300" medium="image">
			<media:title type="html">Typemock - Informative guidance</media:title>
		</media:content>
	</item>
	</channel>
</rss>
