<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: iPhone SDK: Testing UIApplicationDelegate with OCMock</title>
	<atom:link href="http://pathfindersoftware.com/2009/01/testing-delegate-ocmock/feed/" rel="self" type="application/rss+xml" />
	<link>http://pathfindersoftware.com/2009/01/testing-delegate-ocmock/</link>
	<description>The Fastest Way to Launch Successful Software</description>
	<lastBuildDate>Thu, 19 Jan 2012 16:36:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: prairiedogg</title>
		<link>http://pathfindersoftware.com/2009/01/testing-delegate-ocmock/#comment-9171</link>
		<dc:creator>prairiedogg</dc:creator>
		<pubDate>Sun, 09 Aug 2009 07:40:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=1341#comment-9171</guid>
		<description>Sorry that was a cut-and-paste straight from my project, this should be a little more relevant to your sample code:

@interface MyApplicationDelegateTest : SenTestCase {
MyApplicationDelegate *delegate;
}</description>
		<content:encoded><![CDATA[<p>Sorry that was a cut-and-paste straight from my project, this should be a little more relevant to your sample code:</p>
<p>@interface MyApplicationDelegateTest : SenTestCase {<br />
MyApplicationDelegate *delegate;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prairiedogg</title>
		<link>http://pathfindersoftware.com/2009/01/testing-delegate-ocmock/#comment-9170</link>
		<dc:creator>prairiedogg</dc:creator>
		<pubDate>Sun, 09 Aug 2009 07:38:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=1341#comment-9170</guid>
		<description>Thanks so much for this intro, for folks who are new to objective-c and unit testing (like myself), you might include the class interface that I think is required for the above code to run:

@interface DishBrowserAppDelegateTest : SenTestCase {
	DishBrowserAppDelegate *delegate;
}</description>
		<content:encoded><![CDATA[<p>Thanks so much for this intro, for folks who are new to objective-c and unit testing (like myself), you might include the class interface that I think is required for the above code to run:</p>
<p>@interface DishBrowserAppDelegateTest : SenTestCase {<br />
	DishBrowserAppDelegate *delegate;<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (User agent is rejected)
Page Caching using memcached (User agent is rejected)

Served from: pathfindersoftware.com @ 2012-02-10 00:52:41 -->
