<?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: Testing CRUD Operations With NHibernate</title>
	<atom:link href="http://davybrion.com/blog/2009/12/testing-crud-operations-with-nhibernate/feed/" rel="self" type="application/rss+xml" />
	<link>http://davybrion.com/blog/2009/12/testing-crud-operations-with-nhibernate/</link>
	<description>Trying to walk that thin line between intelligence and ignorance</description>
	<lastBuildDate>Thu, 29 Jul 2010 20:54:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Ere Thrice the Sun Done Salutation to the Dawn &#171; Search And Destroy</title>
		<link>http://davybrion.com/blog/2009/12/testing-crud-operations-with-nhibernate/comment-page-1/#comment-25039</link>
		<dc:creator>Ere Thrice the Sun Done Salutation to the Dawn &#171; Search And Destroy</dc:creator>
		<pubDate>Fri, 15 Jan 2010 11:03:14 +0000</pubDate>
		<guid isPermaLink="false">http://davybrion.com/blog/?p=2015#comment-25039</guid>
		<description>[...] by kilfour on January 15, 2010  A while ago davy brion posted a nice base class for nhbirnate crud tests, which i eagerly [...]</description>
		<content:encoded><![CDATA[<p>[...] by kilfour on January 15, 2010  A while ago davy brion posted a nice base class for nhbirnate crud tests, which i eagerly [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reflective Perspective - Chris Alcock &#187; The Morning Brew #493</title>
		<link>http://davybrion.com/blog/2009/12/testing-crud-operations-with-nhibernate/comment-page-1/#comment-23125</link>
		<dc:creator>Reflective Perspective - Chris Alcock &#187; The Morning Brew #493</dc:creator>
		<pubDate>Tue, 08 Dec 2009 08:41:19 +0000</pubDate>
		<guid isPermaLink="false">http://davybrion.com/blog/?p=2015#comment-23125</guid>
		<description>[...] Testing CRUD Operations With NHibernate - Davy Brion shares a simple base class which provides the groundwork for testing Create Read Update and Delete functionality of NHibernate types [...]</description>
		<content:encoded><![CDATA[<p>[...] Testing CRUD Operations With NHibernate &#8211; Davy Brion shares a simple base class which provides the groundwork for testing Create Read Update and Delete functionality of NHibernate types [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Davy Brion</title>
		<link>http://davybrion.com/blog/2009/12/testing-crud-operations-with-nhibernate/comment-page-1/#comment-23122</link>
		<dc:creator>Davy Brion</dc:creator>
		<pubDate>Tue, 08 Dec 2009 06:09:38 +0000</pubDate>
		<guid isPermaLink="false">http://davybrion.com/blog/?p=2015#comment-23122</guid>
		<description>@Grant

the class shown in this post is only useful to test the correctness of your mappings by making sure that CRUD operations work for all entities. and as mentioned in the previous post, we also write tests for each specific custom query that we write.

our higher level code (the one that indees communicates with repositories for all NH-related tasks) is always tested with mocked repositories.</description>
		<content:encoded><![CDATA[<p>@Grant</p>
<p>the class shown in this post is only useful to test the correctness of your mappings by making sure that CRUD operations work for all entities. and as mentioned in the previous post, we also write tests for each specific custom query that we write.</p>
<p>our higher level code (the one that indees communicates with repositories for all NH-related tasks) is always tested with mocked repositories.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Grant Palin</title>
		<link>http://davybrion.com/blog/2009/12/testing-crud-operations-with-nhibernate/comment-page-1/#comment-23118</link>
		<dc:creator>Grant Palin</dc:creator>
		<pubDate>Mon, 07 Dec 2009 23:52:30 +0000</pubDate>
		<guid isPermaLink="false">http://davybrion.com/blog/?p=2015#comment-23118</guid>
		<description>Just came from your previous post. This is a nice follow-up, another worthy of bookmarking!

Supposing that you follow the multi-layer approach to your project, this code would be used in testing persistence with NHibernate, right? So higher-level code which would normally interact with NH-backed repositories would actually interact with fake version of such, just so you can keep the different test types separate...Am I right??</description>
		<content:encoded><![CDATA[<p>Just came from your previous post. This is a nice follow-up, another worthy of bookmarking!</p>
<p>Supposing that you follow the multi-layer approach to your project, this code would be used in testing persistence with NHibernate, right? So higher-level code which would normally interact with NH-backed repositories would actually interact with fake version of such, just so you can keep the different test types separate&#8230;Am I right??</p>
]]></content:encoded>
	</item>
</channel>
</rss>
