<?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: Sagas and Unit Testing &#8211; Business Process Verification Made Easy</title>
	<atom:link href="http://www.udidahan.com/2008/02/04/sagas-and-unit-testing-business-process-verification-made-easy/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.udidahan.com/2008/02/04/sagas-and-unit-testing-business-process-verification-made-easy/</link>
	<description>Enterprise Development Expert &#38; SOA Specialist</description>
	<lastBuildDate>Sat, 11 Feb 2012 15:16:10 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: udidahan</title>
		<link>http://www.udidahan.com/2008/02/04/sagas-and-unit-testing-business-process-verification-made-easy/comment-page-1/#comment-37281</link>
		<dc:creator>udidahan</dc:creator>
		<pubDate>Sun, 13 Jun 2010 08:43:45 +0000</pubDate>
		<guid isPermaLink="false">http://udidahan.weblogs.us/2008/02/04/sagas-and-unit-testing-business-process-verification-made-easy/#comment-37281</guid>
		<description>Rob,

The problem with exposing Rhino Mocks out of the testing library is that it will likely lead to versioning conflicts between your version and the one that comes with NServiceBus.

Other than that, what kind of expectations did you want to set that weren&#039;t exposed by the testing library?</description>
		<content:encoded><![CDATA[<p>Rob,</p>
<p>The problem with exposing Rhino Mocks out of the testing library is that it will likely lead to versioning conflicts between your version and the one that comes with NServiceBus.</p>
<p>Other than that, what kind of expectations did you want to set that weren&#8217;t exposed by the testing library?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Crichton</title>
		<link>http://www.udidahan.com/2008/02/04/sagas-and-unit-testing-business-process-verification-made-easy/comment-page-1/#comment-37277</link>
		<dc:creator>Rob Crichton</dc:creator>
		<pubDate>Thu, 10 Jun 2010 11:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://udidahan.weblogs.us/2008/02/04/sagas-and-unit-testing-business-process-verification-made-easy/#comment-37277</guid>
		<description>Hi Udi - many thanks for your continue contributions to open source.

I use Rhino Mocks and want my mock object with expectations to be used in the Saga.  I&#039;ve tried the &#039;normal&#039; Rhino method of record and playback but I think this is being interfered with within the Saga Test run.

Is there a way of getting hold of the mock repository so that I can inject my own expectations?

Many thnaks again, Rob</description>
		<content:encoded><![CDATA[<p>Hi Udi &#8211; many thanks for your continue contributions to open source.</p>
<p>I use Rhino Mocks and want my mock object with expectations to be used in the Saga.  I&#8217;ve tried the &#8216;normal&#8217; Rhino method of record and playback but I think this is being interfered with within the Saga Test run.</p>
<p>Is there a way of getting hold of the mock repository so that I can inject my own expectations?</p>
<p>Many thnaks again, Rob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: udidahan</title>
		<link>http://www.udidahan.com/2008/02/04/sagas-and-unit-testing-business-process-verification-made-easy/comment-page-1/#comment-37129</link>
		<dc:creator>udidahan</dc:creator>
		<pubDate>Sun, 28 Mar 2010 20:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://udidahan.weblogs.us/2008/02/04/sagas-and-unit-testing-business-process-verification-made-easy/#comment-37129</guid>
		<description>kh40s,

This is in the manufacturing sample under the order service.</description>
		<content:encoded><![CDATA[<p>kh40s,</p>
<p>This is in the manufacturing sample under the order service.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kh40s</title>
		<link>http://www.udidahan.com/2008/02/04/sagas-and-unit-testing-business-process-verification-made-easy/comment-page-1/#comment-37127</link>
		<dc:creator>kh40s</dc:creator>
		<pubDate>Fri, 26 Mar 2010 02:16:34 +0000</pubDate>
		<guid isPermaLink="false">http://udidahan.weblogs.us/2008/02/04/sagas-and-unit-testing-business-process-verification-made-easy/#comment-37127</guid>
		<description>You mention that the code for this example can be found in the subversion repository, but I can&#039;t seem to find it.  Can you direct me to the source code location?  Thanks!</description>
		<content:encoded><![CDATA[<p>You mention that the code for this example can be found in the subversion repository, but I can&#8217;t seem to find it.  Can you direct me to the source code location?  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Unit Testing for Developers and Managers</title>
		<link>http://www.udidahan.com/2008/02/04/sagas-and-unit-testing-business-process-verification-made-easy/comment-page-1/#comment-33128</link>
		<dc:creator>Unit Testing for Developers and Managers</dc:creator>
		<pubDate>Tue, 30 Sep 2008 21:03:25 +0000</pubDate>
		<guid isPermaLink="false">http://udidahan.weblogs.us/2008/02/04/sagas-and-unit-testing-business-process-verification-made-easy/#comment-33128</guid>
		<description>[...] Related Posts Business Process Verification [...]</description>
		<content:encoded><![CDATA[<p>[...] Related Posts Business Process Verification [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NServiceBus Version 1.7 Available</title>
		<link>http://www.udidahan.com/2008/02/04/sagas-and-unit-testing-business-process-verification-made-easy/comment-page-1/#comment-16779</link>
		<dc:creator>NServiceBus Version 1.7 Available</dc:creator>
		<pubDate>Mon, 11 Feb 2008 08:30:24 +0000</pubDate>
		<guid isPermaLink="false">http://udidahan.weblogs.us/2008/02/04/sagas-and-unit-testing-business-process-verification-made-easy/#comment-16779</guid>
		<description>[...] Testing environment for sagas (example available) [...]</description>
		<content:encoded><![CDATA[<p>[...] Testing environment for sagas (example available) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

