<?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: smlunit &#8211; using without a python dependency	</title>
	<atom:link href="https://www.selikoff.net/2013/10/05/smlunit-without-python/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.selikoff.net/2013/10/05/smlunit-without-python/</link>
	<description>Java/J2EE Software Development and Technology Discussion Blog</description>
	<lastBuildDate>Sun, 02 Apr 2017 20:33:33 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Frank		</title>
		<link>https://www.selikoff.net/2013/10/05/smlunit-without-python/comment-page-1/#comment-188141</link>

		<dc:creator><![CDATA[Frank]]></dc:creator>
		<pubDate>Sun, 02 Apr 2017 20:33:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/?p=4852#comment-188141</guid>

					<description><![CDATA[Thanks for the blog entry. It is still useful, years later! And yes, also for the great PL/Grossman class. 

BTW is it me or does smlunit not handle functions that take options as arguments? I did never get that working.]]></description>
			<content:encoded><![CDATA[<p>Thanks for the blog entry. It is still useful, years later! And yes, also for the great PL/Grossman class. </p>
<p>BTW is it me or does smlunit not handle functions that take options as arguments? I did never get that working.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Emil Wall		</title>
		<link>https://www.selikoff.net/2013/10/05/smlunit-without-python/comment-page-1/#comment-6828</link>

		<dc:creator><![CDATA[Emil Wall]]></dc:creator>
		<pubDate>Thu, 21 Nov 2013 14:06:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/?p=4852#comment-6828</guid>

					<description><![CDATA[I guess I&#039;m a bit too late for this year&#039;s course, but I have looked into SML testing frameworks and also written my own: https://github.com/emilwall/DescribeSML

I&#039;ve listed a few in the appendix of my master thesis as well: https://github.com/emilwall/exjobb/blob/master/exjobb_thesis_emilwall_appendix.pdf?raw=true]]></description>
			<content:encoded><![CDATA[<p>I guess I&#8217;m a bit too late for this year&#8217;s course, but I have looked into SML testing frameworks and also written my own: <a href="https://github.com/emilwall/DescribeSML" rel="nofollow ugc">https://github.com/emilwall/DescribeSML</a></p>
<p>I&#8217;ve listed a few in the appendix of my master thesis as well: <a href="https://github.com/emilwall/exjobb/blob/master/exjobb_thesis_emilwall_appendix.pdf?raw=true" rel="nofollow ugc">https://github.com/emilwall/exjobb/blob/master/exjobb_thesis_emilwall_appendix.pdf?raw=true</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jeanne Boyarsky		</title>
		<link>https://www.selikoff.net/2013/10/05/smlunit-without-python/comment-page-1/#comment-6623</link>

		<dc:creator><![CDATA[Jeanne Boyarsky]]></dc:creator>
		<pubDate>Mon, 14 Oct 2013 02:15:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/?p=4852#comment-6623</guid>

					<description><![CDATA[A better way suggested in the class as a way to test it:
val actual = (functionToTest());
               false)
              handle IllegalMove =&gt; true)
assertTrue actual &quot;message&quot;]]></description>
			<content:encoded><![CDATA[<p>A better way suggested in the class as a way to test it:<br />
val actual = (functionToTest());<br />
               false)<br />
              handle IllegalMove => true)<br />
assertTrue actual &#8220;message&#8221;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jeanne Boyarsky		</title>
		<link>https://www.selikoff.net/2013/10/05/smlunit-without-python/comment-page-1/#comment-6622</link>

		<dc:creator><![CDATA[Jeanne Boyarsky]]></dc:creator>
		<pubDate>Mon, 14 Oct 2013 01:41:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/?p=4852#comment-6622</guid>

					<description><![CDATA[Today I discovered the idiom for testing an exception is thrown: (functionToTest(); print(&quot;\nFAIL\n&quot;)) handle IllegalMove =&gt; print(&quot;\nOK\n&quot;)]]></description>
			<content:encoded><![CDATA[<p>Today I discovered the idiom for testing an exception is thrown: (functionToTest(); print(&#8220;\nFAIL\n&#8221;)) handle IllegalMove => print(&#8220;\nOK\n&#8221;)</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
