<?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: ResultSet Mocking with JMock</title>
	<atom:link href="http://www.thedwick.com/blog/2010/01/resultset-mocking-with-jmock/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thedwick.com/blog/2010/01/resultset-mocking-with-jmock/</link>
	<description>Technologists Who Speak Business</description>
	<lastBuildDate>Thu, 09 Dec 2010 20:40:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Tim Cull</title>
		<link>http://www.thedwick.com/blog/2010/01/resultset-mocking-with-jmock/comment-page-1/#comment-19271</link>
		<dc:creator>Tim Cull</dc:creator>
		<pubDate>Sat, 23 Jan 2010 15:59:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.thedwick.com/blog/?p=239#comment-19271</guid>
		<description>Mmm I have never used States before but I like what you&#039;ve done with them very much</description>
		<content:encoded><![CDATA[<p>Mmm I have never used States before but I like what you&#8217;ve done with them very much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Freeman</title>
		<link>http://www.thedwick.com/blog/2010/01/resultset-mocking-with-jmock/comment-page-1/#comment-19269</link>
		<dc:creator>Steve Freeman</dc:creator>
		<pubDate>Sat, 23 Jan 2010 15:01:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.thedwick.com/blog/?p=239#comment-19269</guid>
		<description>Looking again, you might be better off with more of a builder style to construct an expectations. I&#039;ve posted an example at http://pastie.org/791222</description>
		<content:encoded><![CDATA[<p>Looking again, you might be better off with more of a builder style to construct an expectations. I&#8217;ve posted an example at <a href="http://pastie.org/791222" rel="nofollow">http://pastie.org/791222</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Freeman</title>
		<link>http://www.thedwick.com/blog/2010/01/resultset-mocking-with-jmock/comment-page-1/#comment-19268</link>
		<dc:creator>Steve Freeman</dc:creator>
		<pubDate>Sat, 23 Jan 2010 10:57:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.thedwick.com/blog/?p=239#comment-19268</guid>
		<description>Interesting solution to a tricky problem. I think some of the constraints could be relaxed. For example, clauses like one(rs).getInt(column) could use the allowing() clause since they&#039;re effectively queries. On the other hand, you might also want to use States to enforce that the close calls are made last.</description>
		<content:encoded><![CDATA[<p>Interesting solution to a tricky problem. I think some of the constraints could be relaxed. For example, clauses like one(rs).getInt(column) could use the allowing() clause since they&#8217;re effectively queries. On the other hand, you might also want to use States to enforce that the close calls are made last.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

