<?xml version="1.0" encoding="UTF-8"?>
 <rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://pinboard.in">
    <title>Pinboard (DennisLaumen)</title>
    <link>https://pinboard.in/u:DennisLaumen/public/</link>
    <description>recent bookmarks from DennisLaumen</description>
    <items>
      <rdf:Seq>	<rdf:li rdf:resource="http://tbje.blogspot.com/2010/03/maven-and-scalatest.html"/>
	<rdf:li rdf:resource="http://www.sqlite.org/testing.html"/>
      </rdf:Seq>
    </items>
  </channel><item rdf:about="http://tbje.blogspot.com/2010/03/maven-and-scalatest.html">
    <title>Maven and Scalatest</title>
    <dc:date>2010-05-30T16:30:18+00:00</dc:date>
    <link>http://tbje.blogspot.com/2010/03/maven-and-scalatest.html</link>
    <dc:creator>DennisLaumen</dc:creator><description><![CDATA[I started experimenting with ScalaTest some days ago tempted by the nice looking Feature Specs over here.

mvn scala:cc is continuously compiling my scala code - I wanted to be able to call something like mvn test -Dtest=MyTest from command line as well as for maven to run all my test suites when building.]]></description>
<dc:subject>scala unittesting scalatest maven softwaredevelopment softwaretesting</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:DennisLaumen/b:2c7e9a95d07e/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:scala"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:unittesting"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:scalatest"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:maven"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:softwaredevelopment"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:softwaretesting"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.sqlite.org/testing.html">
    <title>How SQLite Is Tested</title>
    <dc:date>2010-04-21T12:21:32+00:00</dc:date>
    <link>http://www.sqlite.org/testing.html</link>
    <dc:creator>DennisLaumen</dc:creator><description><![CDATA[As of version 3.6.23 (all statistics in the report are against that release of SQLite), the SQLite library consists of approximately 67.2 KSLOC of C code. (KSLOC means thousands of "Source Lines Of Code" or, in other words, lines of code excluding blank lines and comments.) By comparison, the project has 679 times as much test code and test scripts - 45678.3 KSLOC.]]></description>
<dc:subject>sqlite softwaredevelopment softwaretesting</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:DennisLaumen/b:5396d30a76dd/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:sqlite"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:softwaredevelopment"/>
	<rdf:li rdf:resource="https://pinboard.in/u:DennisLaumen/t:softwaretesting"/>
</rdf:Bag></taxo:topics>
</item>
</rdf:RDF>