<?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: Getting Coverage For Integration Tests</title>
	<atom:link href="http://blog.jayway.com/2008/12/13/getting-coverage-for-integration-tests/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jayway.com/2008/12/13/getting-coverage-for-integration-tests/</link>
	<description>Sharing Experience</description>
	<lastBuildDate>Sun, 12 Feb 2012 05:23:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Andrew</title>
		<link>http://blog.jayway.com/2008/12/13/getting-coverage-for-integration-tests/comment-page-1/#comment-44804</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Thu, 01 Jul 2010 23:27:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=565#comment-44804</guid>
		<description>Wondering, in the case of driver type classes, what the business value is in creating a set of jUnits to cover code what is already 100% covered by Integration Tests?  If it works against the &#039;real thing&#039; why manufacture a set of mocks just to claim coverage under jUnits?  This does not seems smart to me.</description>
		<content:encoded><![CDATA[<p>Wondering, in the case of driver type classes, what the business value is in creating a set of jUnits to cover code what is already 100% covered by Integration Tests?  If it works against the &#8216;real thing&#8217; why manufacture a set of mocks just to claim coverage under jUnits?  This does not seems smart to me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charlie</title>
		<link>http://blog.jayway.com/2008/12/13/getting-coverage-for-integration-tests/comment-page-1/#comment-33783</link>
		<dc:creator>Charlie</dc:creator>
		<pubDate>Wed, 14 Apr 2010 21:42:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=565#comment-33783</guid>
		<description>Nice example, I didn&#039;t know about this maven plugin.
But what if I need to start cargo before test phase for example?
Maven doesn&#039;t package the jar during test phase but cargo need this...</description>
		<content:encoded><![CDATA[<p>Nice example, I didn&#8217;t know about this maven plugin.<br />
But what if I need to start cargo before test phase for example?<br />
Maven doesn&#8217;t package the jar during test phase but cargo need this&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://blog.jayway.com/2008/12/13/getting-coverage-for-integration-tests/comment-page-1/#comment-25215</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Mon, 15 Feb 2010 20:36:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=565#comment-25215</guid>
		<description>What if your integration tests are running against a package?
Then the runtime won&#039;t be instrumented by cobertura...</description>
		<content:encoded><![CDATA[<p>What if your integration tests are running against a package?<br />
Then the runtime won&#8217;t be instrumented by cobertura&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ulrik Sandberg</title>
		<link>http://blog.jayway.com/2008/12/13/getting-coverage-for-integration-tests/comment-page-1/#comment-8644</link>
		<dc:creator>Ulrik Sandberg</dc:creator>
		<pubDate>Tue, 28 Jul 2009 07:54:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=565#comment-8644</guid>
		<description>You&#039;re absolutely right. Unit tests and integration tests should not be mixed together, which is the reason I placed the integration tests in a separate profile. However, there is value in being able to see the overall coverage number, since that will immediately show you code that is not tested at all. Normally, however, you should focus on the coverage of the unit tests.</description>
		<content:encoded><![CDATA[<p>You&#8217;re absolutely right. Unit tests and integration tests should not be mixed together, which is the reason I placed the integration tests in a separate profile. However, there is value in being able to see the overall coverage number, since that will immediately show you code that is not tested at all. Normally, however, you should focus on the coverage of the unit tests.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lars Tackmann</title>
		<link>http://blog.jayway.com/2008/12/13/getting-coverage-for-integration-tests/comment-page-1/#comment-8643</link>
		<dc:creator>Lars Tackmann</dc:creator>
		<pubDate>Tue, 28 Jul 2009 07:44:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=565#comment-8643</guid>
		<description>Great article - I am wondering though if we really need code coverage for integration tests and if it such a good idea to mix it with the unit tests coverage. 

Usually when high coverage can only be obtained with integration tests it is a sign that the code is ill designed. Personally I prefer making sure that all my JMS/SQL (dao) code is tested and this usually means integrations tests.

For the business logic I prefer to make sure that the unit tests are run by the unit tests and not by the integrations tests.</description>
		<content:encoded><![CDATA[<p>Great article &#8211; I am wondering though if we really need code coverage for integration tests and if it such a good idea to mix it with the unit tests coverage. </p>
<p>Usually when high coverage can only be obtained with integration tests it is a sign that the code is ill designed. Personally I prefer making sure that all my JMS/SQL (dao) code is tested and this usually means integrations tests.</p>
<p>For the business logic I prefer to make sure that the unit tests are run by the unit tests and not by the integrations tests.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ulrik Sandberg</title>
		<link>http://blog.jayway.com/2008/12/13/getting-coverage-for-integration-tests/comment-page-1/#comment-7044</link>
		<dc:creator>Ulrik Sandberg</dc:creator>
		<pubDate>Fri, 26 Jun 2009 19:54:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=565#comment-7044</guid>
		<description>You should run &quot;mvn eclipse:eclipse -Pitcov&quot;.</description>
		<content:encoded><![CDATA[<p>You should run &#8220;mvn eclipse:eclipse -Pitcov&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cameron</title>
		<link>http://blog.jayway.com/2008/12/13/getting-coverage-for-integration-tests/comment-page-1/#comment-7017</link>
		<dc:creator>Cameron</dc:creator>
		<pubDate>Fri, 26 Jun 2009 10:45:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=565#comment-7017</guid>
		<description>How do you edit those src/java/it files in your IDE .. since they aren&#039;t on the default build path ?</description>
		<content:encoded><![CDATA[<p>How do you edit those src/java/it files in your IDE .. since they aren&#8217;t on the default build path ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

