<?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 testing, the lay of the land</title>
	<atom:link href="http://www.huesler-informatik.ch/2009/08/18/iphone-testing-the-lay-of-the-land/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.huesler-informatik.ch/2009/08/18/iphone-testing-the-lay-of-the-land/</link>
	<description>Software development and consulting</description>
	<lastBuildDate>Sat, 12 Feb 2011 18:24:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: Patrick Hüsler</title>
		<link>http://www.huesler-informatik.ch/2009/08/18/iphone-testing-the-lay-of-the-land/comment-page-1/#comment-19</link>
		<dc:creator>Patrick Hüsler</dc:creator>
		<pubDate>Thu, 03 Sep 2009 23:46:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.huesler-informatik.ch/?p=137#comment-19</guid>
		<description>I figured that this is due to the dynamic implementation of selectors and matchers.    To me, warnings are a bit like broken windows. If you don&#039;t fix them, it&#039;ll get worse eventually.

I understand your point. This makes the implementation easier. It works as advertised, but still there is this notion, that a test framework should not produce that many warnings. A quick google search reveals, that this is quiet a common problem with objective-c.

I prefer runtime errors over compile warnings when it comes to tests. You&#039;ll notice the errors right away when running the test anyway. To me, that seems like a good trade off.</description>
		<content:encoded><![CDATA[<p>I figured that this is due to the dynamic implementation of selectors and matchers.    To me, warnings are a bit like broken windows. If you don&#8217;t fix them, it&#8217;ll get worse eventually.</p>
<p>I understand your point. This makes the implementation easier. It works as advertised, but still there is this notion, that a test framework should not produce that many warnings. A quick google search reveals, that this is quiet a common problem with objective-c.</p>
<p>I prefer runtime errors over compile warnings when it comes to tests. You&#8217;ll notice the errors right away when running the test anyway. To me, that seems like a good trade off.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.huesler-informatik.ch/2009/08/18/iphone-testing-the-lay-of-the-land/comment-page-1/#comment-18</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Thu, 03 Sep 2009 17:34:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.huesler-informatik.ch/?p=137#comment-18</guid>
		<description>Hi there...great post...was hoping to shed some light on why the warnings are present.

Currently UISpec leverages the dynamic nature of ObjectiveC similar to Ruby&#039;s &quot;method_missing&quot;, which is a very powerful.  The entire view filtering logic relies on this.

I guess we could create a base class that has the most common properties defined across all UIViews.  But this would just get rid of the warnings, you may still get a runtime error that your view doesn&#039;t respond to a selector.

Hope this helps!

Best,

Brian</description>
		<content:encoded><![CDATA[<p>Hi there&#8230;great post&#8230;was hoping to shed some light on why the warnings are present.</p>
<p>Currently UISpec leverages the dynamic nature of ObjectiveC similar to Ruby&#8217;s &#8220;method_missing&#8221;, which is a very powerful.  The entire view filtering logic relies on this.</p>
<p>I guess we could create a base class that has the most common properties defined across all UIViews.  But this would just get rid of the warnings, you may still get a runtime error that your view doesn&#8217;t respond to a selector.</p>
<p>Hope this helps!</p>
<p>Best,</p>
<p>Brian</p>
]]></content:encoded>
	</item>
</channel>
</rss>

