<?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: How to Create an iPhone Project in Xcode That Can Run Unit Tests</title>
	<atom:link href="http://www.luisdelarosa.com/2009/02/19/how-to-create-an-iphone-project-in-xcode-that-can-run-unit-tests/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.luisdelarosa.com/2009/02/19/how-to-create-an-iphone-project-in-xcode-that-can-run-unit-tests/</link>
	<description>iPhone and Mac OS X Programming (with a bit of Ruby on Rails)</description>
	<pubDate>Thu, 29 Jul 2010 16:59:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Paul Mietz Egli</title>
		<link>http://www.luisdelarosa.com/2009/02/19/how-to-create-an-iphone-project-in-xcode-that-can-run-unit-tests/comment-page-1/#comment-180275</link>
		<dc:creator>Paul Mietz Egli</dc:creator>
		<pubDate>Sat, 24 Oct 2009 18:14:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.luisdelarosa.com/?p=293#comment-180275</guid>
		<description>Using GTM trunk as of October 2009, you also need to add GTMObjCRuntime.h and GTMObjCRuntime.m to your project.</description>
		<content:encoded><![CDATA[<p>Using GTM trunk as of October 2009, you also need to add GTMObjCRuntime.h and GTMObjCRuntime.m to your project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cmos</title>
		<link>http://www.luisdelarosa.com/2009/02/19/how-to-create-an-iphone-project-in-xcode-that-can-run-unit-tests/comment-page-1/#comment-180204</link>
		<dc:creator>cmos</dc:creator>
		<pubDate>Thu, 18 Jun 2009 19:34:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.luisdelarosa.com/?p=293#comment-180204</guid>
		<description>I think in the line: 
Create a new target via Project &gt; New Project.

You mean to say:
Create a new target via Project &gt; New Target.
---
Louie: Thanks!  I updated the post to reflect that.</description>
		<content:encoded><![CDATA[<p>I think in the line:<br />
Create a new target via Project &gt; New Project.</p>
<p>You mean to say:<br />
Create a new target via Project &gt; New Target.<br />
&#8212;<br />
Louie: Thanks!  I updated the post to reflect that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek Neighbors</title>
		<link>http://www.luisdelarosa.com/2009/02/19/how-to-create-an-iphone-project-in-xcode-that-can-run-unit-tests/comment-page-1/#comment-180163</link>
		<dc:creator>Derek Neighbors</dc:creator>
		<pubDate>Sun, 03 May 2009 19:24:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.luisdelarosa.com/?p=293#comment-180163</guid>
		<description>I have been exploring unit testing in xcode and stumbled across this.  Looks like a solid and detailed tutorial to get things up and running.  I am definitely going to check it out.</description>
		<content:encoded><![CDATA[<p>I have been exploring unit testing in xcode and stumbled across this.  Looks like a solid and detailed tutorial to get things up and running.  I am definitely going to check it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alon Salant</title>
		<link>http://www.luisdelarosa.com/2009/02/19/how-to-create-an-iphone-project-in-xcode-that-can-run-unit-tests/comment-page-1/#comment-162382</link>
		<dc:creator>Alon Salant</dc:creator>
		<pubDate>Thu, 19 Feb 2009 21:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.luisdelarosa.com/?p=293#comment-162382</guid>
		<description>Great detail in this post for getting started with iPhone testing.

I've documented a similar process (without the informative screenshots) and also included Hamcrest and OCMock in my testing toolkit. Hamcrest provides significantly better assertions than the SenTest API and OCMock is indispensable for breaking dependencies in the SDK UI classes.

http://blog.carbonfive.com/2009/02/testing/iphone-unit-testing-toolkit

BTW, you can use frameworks in xCode to develop and test your iPhone project, you just can't deploy them to the device. So frameworks for testing work fine with the proper setup in xCode.</description>
		<content:encoded><![CDATA[<p>Great detail in this post for getting started with iPhone testing.</p>
<p>I&#8217;ve documented a similar process (without the informative screenshots) and also included Hamcrest and OCMock in my testing toolkit. Hamcrest provides significantly better assertions than the SenTest API and OCMock is indispensable for breaking dependencies in the SDK UI classes.</p>
<p><a href="http://blog.carbonfive.com/2009/02/testing/iphone-unit-testing-toolkit" rel="nofollow">http://blog.carbonfive.com/2009/02/testing/iphone-unit-testing-toolkit</a></p>
<p>BTW, you can use frameworks in xCode to develop and test your iPhone project, you just can&#8217;t deploy them to the device. So frameworks for testing work fine with the proper setup in xCode.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
