<?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/"
	>

<channel>
	<title>CodeItNow &#187; MockItNow</title>
	<atom:link href="http://www.rorydriscoll.com/category/mockitnow/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rorydriscoll.com</link>
	<description></description>
	<lastBuildDate>Sun, 31 Jan 2010 20:38:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>MockItNow: Throwing Exceptions</title>
		<link>http://www.rorydriscoll.com/2009/01/15/mockitnow-throwing-exceptions/</link>
		<comments>http://www.rorydriscoll.com/2009/01/15/mockitnow-throwing-exceptions/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 08:53:44 +0000</pubDate>
		<dc:creator>rory</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[MockItNow]]></category>

		<guid isPermaLink="false">http://www.rorydriscoll.com/?p=162</guid>
		<description><![CDATA[I&#8217;ve made a small update to MockItNow to allow you to throw exceptions when replaying function calls. You basically record the function call as normal, and provide the exception object that you want to throw during the replay using the EXPECT_THROW macro. You can also make a function default to throwing an exception at registration [...]]]></description>
		<wfw:commentRss>http://www.rorydriscoll.com/2009/01/15/mockitnow-throwing-exceptions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Minor Update to MockItNow</title>
		<link>http://www.rorydriscoll.com/2008/11/15/minor-update-to-mockitnow/</link>
		<comments>http://www.rorydriscoll.com/2008/11/15/minor-update-to-mockitnow/#comments</comments>
		<pubDate>Sat, 15 Nov 2008 18:01:07 +0000</pubDate>
		<dc:creator>rory</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[MockItNow]]></category>

		<guid isPermaLink="false">http://www.rorydriscoll.com/?p=69</guid>
		<description><![CDATA[This is just a quick note to say that I&#8217;ve updated MockItNow on Google Code to allow you to define storage types on a per-class basis using the DECLARE_STORAGE_TYPE macro. I did this so that the Mocker can deal with abstract class parameters. Please note that the macro must be declared at global scope because it [...]]]></description>
		<wfw:commentRss>http://www.rorydriscoll.com/2008/11/15/minor-update-to-mockitnow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MockItNow: Sample Code Added</title>
		<link>http://www.rorydriscoll.com/2008/05/20/mockitnow-sample-code-added/</link>
		<comments>http://www.rorydriscoll.com/2008/05/20/mockitnow-sample-code-added/#comments</comments>
		<pubDate>Wed, 21 May 2008 06:21:40 +0000</pubDate>
		<dc:creator>rory</dc:creator>
				<category><![CDATA[MockItNow]]></category>

		<guid isPermaLink="false">http://www.rorydriscoll.com/?p=18</guid>
		<description><![CDATA[I&#8217;ve just uploaded a sample project for MockItNow to Google Code. Get it here. This file includes the Examples project, the latest version of MockItNow, and UnitTest++. The projects are provided in Visual Studio 2005 format, and should compile out of the box. Please note that this is a slightly modified version of UnitTest++, since [...]]]></description>
		<wfw:commentRss>http://www.rorydriscoll.com/2008/05/20/mockitnow-sample-code-added/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MockItNow: Redirecting Function Calls in C++</title>
		<link>http://www.rorydriscoll.com/2008/05/19/mockitnow-redirecting-function-calls-in-c/</link>
		<comments>http://www.rorydriscoll.com/2008/05/19/mockitnow-redirecting-function-calls-in-c/#comments</comments>
		<pubDate>Tue, 20 May 2008 03:43:23 +0000</pubDate>
		<dc:creator>rory</dc:creator>
				<category><![CDATA[MockItNow]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[Mocking framework]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://www.rorydriscoll.com/?p=9</guid>
		<description><![CDATA[This is the first in a short series of articles I&#8217;m going to write about the way MockItNow works. I&#8217;m going to start off with something pretty meaty: How does MockItNow intercept the function calls and redirect them? I tried a few ways of intercepting function calls and recording their parameters, and maybe one day [...]]]></description>
		<wfw:commentRss>http://www.rorydriscoll.com/2008/05/19/mockitnow-redirecting-function-calls-in-c/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
