<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.12-alpha" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Unit testing in Java vs. Smalltalk</title>
	<link>http://www.lshift.net/blog/2008/02/22/unit-testing-in-java-vs-smalltalk</link>
	<description>What happens at LShift</description>
	<pubDate>Sat, 22 Nov 2008 00:57:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.12-alpha</generator>

	<item>
		<title>by: tonyg</title>
		<link>http://www.lshift.net/blog/2008/02/22/unit-testing-in-java-vs-smalltalk#comment-86144</link>
		<pubDate>Tue, 26 Feb 2008 09:46:47 +0000</pubDate>
		<guid>http://www.lshift.net/blog/2008/02/22/unit-testing-in-java-vs-smalltalk#comment-86144</guid>
					<description>&lt;p&gt;Neil, it sounds like Eclipse is moving in the right direction. It's a pity that lighter tools don't work the same way.&lt;/p&gt;

&lt;p&gt;Give the Eclipse project another couple of years, and we'll have a lovely greenspunned Strongtalk-a-like :-)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Neil, it sounds like Eclipse is moving in the right direction. It&#8217;s a pity that lighter tools don&#8217;t work the same way.</p>
<p>Give the Eclipse project another couple of years, and we&#8217;ll have a lovely greenspunned Strongtalk-a-like :-)</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: tonyg</title>
		<link>http://www.lshift.net/blog/2008/02/22/unit-testing-in-java-vs-smalltalk#comment-86143</link>
		<pubDate>Tue, 26 Feb 2008 09:45:09 +0000</pubDate>
		<guid>http://www.lshift.net/blog/2008/02/22/unit-testing-in-java-vs-smalltalk#comment-86143</guid>
					<description>&lt;p&gt;Matthew, I can see how interfaces remove some of the burden, but how would mock objects help? Also, all this hassle just to stop the compiler from simple-mindedly complaining about something I know I haven't gotten around to yet... even using interfaces doesn't fix the ergonomics of the system.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Matthew, I can see how interfaces remove some of the burden, but how would mock objects help? Also, all this hassle just to stop the compiler from simple-mindedly complaining about something I know I haven&#8217;t gotten around to yet&#8230; even using interfaces doesn&#8217;t fix the ergonomics of the system.</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: matthew</title>
		<link>http://www.lshift.net/blog/2008/02/22/unit-testing-in-java-vs-smalltalk#comment-86140</link>
		<pubDate>Tue, 26 Feb 2008 08:44:18 +0000</pubDate>
		<guid>http://www.lshift.net/blog/2008/02/22/unit-testing-in-java-vs-smalltalk#comment-86140</guid>
					<description>&lt;p&gt;I think you may want JMockObjects. Also, if you always write to interfaces rather than classes then this makes life easier too.&lt;/p&gt;

&lt;p&gt;Of course, really the type system should just carry around proofs and logical discriptions of what individual functions actually do and should know how these compose together.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I think you may want JMockObjects. Also, if you always write to interfaces rather than classes then this makes life easier too.</p>
<p>Of course, really the type system should just carry around proofs and logical discriptions of what individual functions actually do and should know how these compose together.</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Neil</title>
		<link>http://www.lshift.net/blog/2008/02/22/unit-testing-in-java-vs-smalltalk#comment-85858</link>
		<pubDate>Fri, 22 Feb 2008 16:13:43 +0000</pubDate>
		<guid>http://www.lshift.net/blog/2008/02/22/unit-testing-in-java-vs-smalltalk#comment-85858</guid>
					<description>&lt;p&gt;Eclipse "compiles away" compile errors as runtime exceptions so running the tests inside Eclipse essentially gives you this for free.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Eclipse &#8220;compiles away&#8221; compile errors as runtime exceptions so running the tests inside Eclipse essentially gives you this for free.</p>
]]></content:encoded>
				</item>
</channel>
</rss>
