<?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: Running Scala specs tests in Maven with JUnit 4</title>
	<atom:link href="http://tardigra.de/?feed=rss2&#038;p=66" rel="self" type="application/rss+xml" />
	<link>http://tardigra.de/?p=66</link>
	<description>Various Software Engineering Ramblings</description>
	<lastBuildDate>Thu, 26 Aug 2010 11:03:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: G-man</title>
		<link>http://tardigra.de/?p=66&#038;cpage=1#comment-12</link>
		<dc:creator>G-man</dc:creator>
		<pubDate>Wed, 09 Sep 2009 03:00:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.themcwongs.com/?p=66#comment-12</guid>
		<description>Thanks! This got me a good start running with Lift...</description>
		<content:encoded><![CDATA[<p>Thanks! This got me a good start running with Lift&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mccv</title>
		<link>http://tardigra.de/?p=66&#038;cpage=1#comment-15</link>
		<dc:creator>mccv</dc:creator>
		<pubDate>Mon, 27 Jul 2009 20:01:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.themcwongs.com/?p=66#comment-15</guid>
		<description>Excellent, that would be quite a bit nicer.  Having the object/class pair is a bit clunky... Overall the framework is very nice though.</description>
		<content:encoded><![CDATA[<p>Excellent, that would be quite a bit nicer.  Having the object/class pair is a bit clunky&#8230; Overall the framework is very nice though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mccv</title>
		<link>http://tardigra.de/?p=66&#038;cpage=1#comment-7</link>
		<dc:creator>mccv</dc:creator>
		<pubDate>Mon, 27 Jul 2009 16:01:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.themcwongs.com/?p=66#comment-7</guid>
		<description>Excellent, that would be quite a bit nicer.  Having the object/class pair is a bit clunky... Overall the framework is very nice though.</description>
		<content:encoded><![CDATA[<p>Excellent, that would be quite a bit nicer.  Having the object/class pair is a bit clunky&#8230; Overall the framework is very nice though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: etorreborre</title>
		<link>http://tardigra.de/?p=66&#038;cpage=1#comment-6</link>
		<dc:creator>etorreborre</dc:creator>
		<pubDate>Mon, 27 Jul 2009 01:05:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.themcwongs.com/?p=66#comment-6</guid>
		<description>Hi Mark,&lt;br&gt;&lt;br&gt;Thanks for your post.&lt;br&gt;&lt;br&gt;2 tips for making your specification even more concise (with specs.1.6.0-SNAPSHOT or 1.5.1 SNAPSHOT):&lt;br&gt;&lt;br&gt;This will make your specification class a JUnit test:&lt;br&gt;class BasicCassandra extends SpecificationWithJUnit { ... }&lt;br&gt;&lt;br&gt;It is still runnable in the console with: &lt;br&gt;&lt;br&gt;scala -cp &lt;...&gt; run BasicCassandra&lt;br&gt;&lt;br&gt;And you can write (if you like it):&lt;br&gt;&lt;br&gt;cass.connect().before&lt;br&gt;cass.close().after&lt;br&gt;&lt;br&gt;Cheers,&lt;br&gt;&lt;br&gt;Eric.</description>
		<content:encoded><![CDATA[<p>Hi Mark,</p>
<p>Thanks for your post.</p>
<p>2 tips for making your specification even more concise (with specs.1.6.0-SNAPSHOT or 1.5.1 SNAPSHOT):</p>
<p>This will make your specification class a JUnit test:<br />class BasicCassandra extends SpecificationWithJUnit { &#8230; }</p>
<p>It is still runnable in the console with: </p>
<p>scala -cp &lt;&#8230;&gt; run BasicCassandra</p>
<p>And you can write (if you like it):</p>
<p>cass.connect().before<br />cass.close().after</p>
<p>Cheers,</p>
<p>Eric.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
