<?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://www.pathf.com/blogs/2009/01/testing-delegate-ocmock/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pathf.com/blogs/2009/01/testing-delegate-ocmock/</link>
	<description>Running commentary about agile development, user experience design and Ajax.</description>
	<lastBuildDate>Fri, 05 Mar 2010 19:33:43 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: prairiedogg</title>
		<link>http://www.pathf.com/blogs/2009/01/testing-delegate-ocmock/comment-page-1/#comment-7207</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-7207</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://www.pathf.com/blogs/2009/01/testing-delegate-ocmock/comment-page-1/#comment-7206</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-7206</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>

<!-- Dynamic page generated in 0.230 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-03-20 13:02:39 -->
