<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>NMock3 Wiki Rss Feed</title><link>http://nmock3.codeplex.com/wikipage</link><description>NMock3 Wiki Rss Description</description><item><title>New Comment on "Documentation"</title><link>http://nmock3.codeplex.com/documentation?&amp;ANCHOR#C26070</link><description>The front page says there is a tutorial available on the download page. Where&amp;#63; Ping&amp;#63;&amp;#10;&amp;#10;Well, I think I go for NUnit.Mocks instead. It&amp;#39;s already packaged for Debian too. &amp;#58;-&amp;#40;</description><author>petmik74</author><pubDate>Wed, 02 Jan 2013 23:25:24 GMT</pubDate><guid isPermaLink="false">New Comment on "Documentation" 20130102112524P</guid></item><item><title>New Comment on "Documentation"</title><link>http://nmock3.codeplex.com/documentation?&amp;ANCHOR#C25196</link><description>Looks like this project is abandoned. Oh well... &amp;#58;-&amp;#40;</description><author>RainerHilmer</author><pubDate>Fri, 05 Oct 2012 23:21:30 GMT</pubDate><guid isPermaLink="false">New Comment on "Documentation" 20121005112130P</guid></item><item><title>New Comment on "Documentation"</title><link>http://nmock3.codeplex.com/documentation?&amp;ANCHOR#C25041</link><description>REALLY needs some documentation</description><author>edwillster</author><pubDate>Wed, 19 Sep 2012 22:43:06 GMT</pubDate><guid isPermaLink="false">New Comment on "Documentation" 20120919104306P</guid></item><item><title>New Comment on "Documentation"</title><link>http://nmock3.codeplex.com/documentation?&amp;ANCHOR#C24724</link><description>Agreed.  Simply by showing one basic unit test using this would make the different between people actually understanding and adopting your software it or walking away scratching our heads.  &amp;#10;ie the cheatsheet is too abstract without knowing how to apply it.</description><author>thuffam</author><pubDate>Wed, 15 Aug 2012 03:33:38 GMT</pubDate><guid isPermaLink="false">New Comment on "Documentation" 20120815033338A</guid></item><item><title>Updated Wiki: FAQ</title><link>http://nmock3.codeplex.com/wikipage?title=FAQ&amp;version=5</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;FAQ&lt;/h1&gt;
&lt;h2&gt;Is NMock3 backward compatible with NMock2?&lt;/h2&gt;The version titled &amp;#39;NMock3 - RC1, .NET 4.0&amp;#39; on the download page is completely backward compatible.  In fact, you can mix syntax within your unit tests.&lt;br /&gt;
&lt;h2&gt;Why is the namespace NMock2 and the assembly named NMock3 of the download titled &amp;#39;NMock3 - RC1, .NET 4.0&amp;#39;?&lt;/h2&gt;Typically version numbers are discouraged from being included in namespaces.  We decided not to perpetuate the practice of including the version number &lt;i&gt;3&lt;/i&gt; in the namespace and left it at &lt;i&gt;2&lt;/i&gt;.  This maintains backward compatibility with all existing tests.  The newest RTM versions are just NMock.&lt;br /&gt;
&lt;h2&gt;What does the version number mean?&lt;/h2&gt;The version number is read as Major.Minor.Build.Framework where &amp;quot;Framework&amp;quot; is the version of the .NET framework to which the assembly is compiled.  35 = .NET 3.5, 40 = .NET 4.0&lt;br /&gt;
&lt;h2&gt;Why another mocking framework (or the enhancement of an existing one)?&lt;/h2&gt;Several reasons:
&lt;ol&gt;&lt;li&gt;NMock has a history of being very easy to read and understand.  If it is easy to understand, developers are more likely to adopt it.&lt;/li&gt;
&lt;li&gt;NMock doesn&amp;#39;t rely on the record/replay requirements as other mocking frameworks do.&lt;/li&gt;
&lt;li&gt;NMock &lt;b&gt;can&lt;/b&gt; set up event binding expectations.  (Other frameworks, such as Moq, couldn&amp;#39;t do this at the time I looked at them)&lt;/li&gt;
&lt;li&gt;NMock is now using lambdas which support code refactoring and compile-time checking!&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>pwolfe</author><pubDate>Wed, 27 Jul 2011 17:12:09 GMT</pubDate><guid isPermaLink="false">Updated Wiki: FAQ 20110727051209P</guid></item><item><title>New Comment on "Documentation"</title><link>http://nmock3.codeplex.com/documentation?&amp;ANCHOR#C19871</link><description>Some documentation could be very helpful</description><author>shingosap</author><pubDate>Sun, 05 Jun 2011 03:01:43 GMT</pubDate><guid isPermaLink="false">New Comment on "Documentation" 20110605030143A</guid></item><item><title>New Comment on "Documentation"</title><link>http://nmock3.codeplex.com/documentation?&amp;ANCHOR#C18778</link><description>Some sample code on this page would be nice.</description><author>drewnoakes</author><pubDate>Fri, 04 Mar 2011 13:15:31 GMT</pubDate><guid isPermaLink="false">New Comment on "Documentation" 20110304011531P</guid></item><item><title>Updated Wiki: Roadmap</title><link>http://nmock3.codeplex.com/wikipage?title=Roadmap&amp;version=3</link><description>&lt;div class="wikidoc"&gt;This outlines our planned roadmap.&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;3.5 around June
&lt;ul&gt;&lt;li&gt;Add the ability to use the static Mock class&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>pwolfe</author><pubDate>Wed, 26 Jan 2011 21:51:59 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Roadmap 20110126095159P</guid></item><item><title>Updated Wiki: Roadmap</title><link>http://nmock3.codeplex.com/wikipage?title=Roadmap&amp;version=2</link><description>&lt;div class="wikidoc"&gt;This outlines our planned roadmap.&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;3.0 RTM at the end of March&lt;/li&gt;
&lt;li&gt;.NET Framework v4.0 in April&lt;/li&gt;
&lt;li&gt;3.1 in June
&lt;ul&gt;&lt;li&gt;This will be the fork of the NMock2 project.  (Up to this point, everything is backwards compatible and NMock2 patches can be applied to NMock3.)&lt;/li&gt;
&lt;li&gt;Mark many of the NMock2 &amp;quot;string&amp;quot; based methods obsolete to encourage migration to the new syntax&lt;/li&gt;
&lt;li&gt;Merge code into one NMock3 project&lt;/li&gt;
&lt;li&gt;Merge tests into one Test project&lt;/li&gt;
&lt;li&gt;Complete documentation on NMock2 methods&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;3.5 at the end of the year
&lt;ul&gt;&lt;li&gt;Remove or internalize string based methods&lt;/li&gt;
&lt;li&gt;Integrate MockFactory and Mockery&lt;/li&gt;
&lt;li&gt;Redo the ExpectationBuilder class&lt;/li&gt;
&lt;li&gt;Implement the collections with generic collection templates&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>pwolfe</author><pubDate>Sun, 14 Mar 2010 06:53:06 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Roadmap 20100314065306A</guid></item><item><title>Updated Wiki: Roadmap</title><link>http://nmock3.codeplex.com/wikipage?title=Roadmap&amp;version=1</link><description>&lt;div class="wikidoc"&gt;This outlines our planned roadmap.&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;3.0 RTM at the end of March&lt;/li&gt;
&lt;li&gt;3.1 in June
&lt;ul&gt;&lt;li&gt;This will be the fork of the NMock2 project.  (Up to this point, everything is backwards compatible and NMock2 patches can be applied to NMock3.)&lt;/li&gt;
&lt;li&gt;Mark many of the NMock2 &amp;quot;string&amp;quot; based methods obsolete to encourage migration to the new syntax&lt;/li&gt;
&lt;li&gt;Merge code into one NMock3 project&lt;/li&gt;
&lt;li&gt;Merge tests into one Test project&lt;/li&gt;
&lt;li&gt;Complete documentation on NMock2 methods&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;3.5 at the end of the year
&lt;ul&gt;&lt;li&gt;Remove or internalize string based methods&lt;/li&gt;
&lt;li&gt;Integrate MockFactory and Mockery&lt;/li&gt;
&lt;li&gt;Redo the ExpectationBuilder class&lt;/li&gt;
&lt;li&gt;Implement the collections with generic collection templates&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>pwolfe</author><pubDate>Sun, 14 Mar 2010 06:50:16 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Roadmap 20100314065016A</guid></item><item><title>Updated Wiki: Home</title><link>http://nmock3.codeplex.com/wikipage?version=19</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Project Description&lt;/h1&gt;NMock3 builds on the work of NMock2.  Specifically it adds lambda expressions to the matcher syntax.  You can use lambda expressions instead of strings, making refactoring possible.  The idea of Syntactic Sugar is maintained in that all expectations read like an English sentence.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://nmock3.codeplex.com/wikipage?title=Roadmap&amp;referringTitle=Home"&gt;Roadmap&lt;/a&gt;&lt;br /&gt;
&lt;h1&gt;To get started with NMock3:&lt;/h1&gt;&lt;ol&gt;&lt;li&gt;Download the binaries from the &lt;b&gt;Downloads&lt;/b&gt; page.&lt;/li&gt;
&lt;li&gt;Review the tutorials to see how NMock3 works.&lt;/li&gt;
&lt;li&gt;Check out the &lt;b&gt;new&lt;/b&gt; Cheat Sheet.&lt;/li&gt;
&lt;li&gt;Check out the &lt;b&gt;new&lt;/b&gt; API Docs.&lt;/li&gt;
&lt;li&gt;Provide feedback on this site.&lt;/li&gt;&lt;/ol&gt;

&lt;h2&gt;We now have tutorials!  Please check them out on the download page.&lt;/h2&gt;&lt;h2&gt;Want the source?  Click on &lt;b&gt;Source Code&lt;/b&gt; and then Download on the right.&lt;/h2&gt;&lt;h2&gt;For more information, check out the &lt;a href="http://nmock3.codeplex.com/wikipage?title=FAQ&amp;referringTitle=Home"&gt;FAQ&lt;/a&gt; page.&lt;/h2&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>pwolfe</author><pubDate>Sun, 14 Mar 2010 06:44:10 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20100314064410A</guid></item><item><title>Updated Wiki: Home</title><link>http://nmock3.codeplex.com/wikipage?version=18</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Project Description&lt;/h1&gt;NMock3 builds on the work of NMock2.  Specifically it adds lambda expressions to the matcher syntax.  You can use lambda expressions instead of strings, making refactoring possible.  The idea of Syntactic Sugar is maintained in that all expectations read like an English sentence.&lt;br /&gt;
&lt;h1&gt;To get started with NMock3:&lt;/h1&gt;&lt;ol&gt;&lt;li&gt;Download the binaries from the &lt;b&gt;Downloads&lt;/b&gt; page.&lt;/li&gt;
&lt;li&gt;Review the tutorials to see how NMock3 works.&lt;/li&gt;
&lt;li&gt;Check out the &lt;b&gt;new&lt;/b&gt; Cheat Sheet.&lt;/li&gt;
&lt;li&gt;Check out the &lt;b&gt;new&lt;/b&gt; API Docs.&lt;/li&gt;
&lt;li&gt;Provide feedback on this site.&lt;/li&gt;&lt;/ol&gt;

&lt;h2&gt;We now have tutorials!  Please check them out on the download page.&lt;/h2&gt;&lt;h2&gt;Want the source?  Click on &lt;b&gt;Source Code&lt;/b&gt; and then Download on the right.&lt;/h2&gt;&lt;h2&gt;For more information, check out the &lt;a href="http://nmock3.codeplex.com/wikipage?title=FAQ&amp;referringTitle=Home"&gt;FAQ&lt;/a&gt; page.&lt;/h2&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>pwolfe</author><pubDate>Tue, 09 Mar 2010 06:30:10 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20100309063010A</guid></item><item><title>Updated Wiki: Home</title><link>http://nmock3.codeplex.com/wikipage?version=17</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Project Description&lt;/h1&gt;NMock3 builds on the work of NMock2.  Specifically it adds lambda expressions to the matcher syntax.  You can use lambda expressions instead of strings, making refactoring possible.  The idea of Syntactic Sugar is maintained in that all expectations read like an English sentence.&lt;br /&gt;
&lt;h1&gt;To get started with NMock3:&lt;/h1&gt;&lt;ol&gt;&lt;li&gt;Download the binaries from the &lt;b&gt;Downloads&lt;/b&gt; page.&lt;/li&gt;
&lt;li&gt;Review the tutorials to see how NMock3 works.&lt;/li&gt;&lt;/ol&gt;
#Check out the &lt;b&gt;new&lt;/b&gt; Cheat Sheet.&lt;br /&gt;#Check out the &lt;b&gt;new&lt;/b&gt; API Docs.
&lt;ol&gt;&lt;li&gt;Provide feedback on this site.&lt;/li&gt;&lt;/ol&gt;

&lt;h2&gt;We now have tutorials!  Please check them out on the download page.&lt;/h2&gt;&lt;h2&gt;Want the source?  Click on &lt;b&gt;Source Code&lt;/b&gt; and then Download on the right.&lt;/h2&gt;&lt;h2&gt;For more information, check out the &lt;a href="http://nmock3.codeplex.com/wikipage?title=FAQ&amp;referringTitle=Home"&gt;FAQ&lt;/a&gt; page.&lt;/h2&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>pwolfe</author><pubDate>Tue, 09 Mar 2010 06:29:59 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20100309062959A</guid></item><item><title>Updated Wiki: FAQ</title><link>http://nmock3.codeplex.com/wikipage?title=FAQ&amp;version=4</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;FAQ&lt;/h1&gt;
&lt;h2&gt;Is NMock3 backward compatible with NMock2?&lt;/h2&gt;Yes!  It is completely backward compatible.  In fact, you can mix syntax within your unit tests.&lt;br /&gt;
&lt;h2&gt;Why is the namespace NMock2 and the assembly named NMock3?&lt;/h2&gt;Typically version numbers are discouraged from being included in namespaces.  We decided not to perpetuate the practice of including the version number &lt;i&gt;3&lt;/i&gt; in the namespace and left it at &lt;i&gt;2&lt;/i&gt;.  This maintains backward compatibility with all existing tests.&lt;br /&gt;
&lt;h2&gt;What does the version number mean?&lt;/h2&gt;The version number is read as Major.Minor.Build.Framework where &amp;quot;Framework&amp;quot; is the version of the .NET framework to which the assembly is compiled.  35 = .NET 3.5, 40 = .NET 4.0&lt;br /&gt;
&lt;h2&gt;Why another mocking framework (or the enhancement of an existing one)?&lt;/h2&gt;Several reasons:
&lt;ol&gt;&lt;li&gt;NMock has a history of being very easy to read and understand.  If it is easy to understand, developers are more likely to adopt it.&lt;/li&gt;
&lt;li&gt;NMock doesn&amp;#39;t rely on the record/replay requirements as other mocking frameworks do.&lt;/li&gt;
&lt;li&gt;NMock &lt;b&gt;can&lt;/b&gt; set up event binding expectations.  (Other frameworks, such as Moq, couldn&amp;#39;t do this at the time I looked at them)&lt;/li&gt;
&lt;li&gt;NMock is now using lambdas which support code refactoring and compile-time checking!&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>pwolfe</author><pubDate>Sun, 28 Feb 2010 04:29:52 GMT</pubDate><guid isPermaLink="false">Updated Wiki: FAQ 20100228042952A</guid></item><item><title>Updated Wiki: Documentation</title><link>http://nmock3.codeplex.com/documentation?version=3</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Please view the &lt;a href="http://nmock3.codeplex.com/wikipage?title=FAQ&amp;referringTitle=Documentation"&gt;FAQ&lt;/a&gt;.&lt;/h2&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>pwolfe</author><pubDate>Sun, 28 Feb 2010 04:24:49 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20100228042449A</guid></item><item><title>Updated Wiki: Home</title><link>http://nmock3.codeplex.com/wikipage?version=16</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Project Description&lt;/h1&gt;NMock3 builds on the work of NMock2.  Specifically it adds lambda expressions to the matcher syntax.  You can use lambda expressions instead of strings, making refactoring possible.  The idea of Syntactic Sugar is maintained in that all expectations read like an English sentence.&lt;br /&gt;
&lt;h1&gt;To get started with NMock3:&lt;/h1&gt;&lt;ol&gt;&lt;li&gt;Download the binaries from the &lt;b&gt;Downloads&lt;/b&gt; page.&lt;/li&gt;
&lt;li&gt;Review the tutorials to see how NMock3 works.&lt;/li&gt;
&lt;li&gt;Provide feedback on this site.&lt;/li&gt;&lt;/ol&gt;

&lt;h2&gt;We now have tutorials!  Please check them out on the download page.&lt;/h2&gt;&lt;h2&gt;Want the source?  Click on &lt;b&gt;Source Code&lt;/b&gt; and then Download on the right.&lt;/h2&gt;&lt;h2&gt;For more information, check out the &lt;a href="http://nmock3.codeplex.com/wikipage?title=FAQ&amp;referringTitle=Home"&gt;FAQ&lt;/a&gt; page.&lt;/h2&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>pwolfe</author><pubDate>Sun, 28 Feb 2010 04:11:56 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20100228041156A</guid></item><item><title>Updated Wiki: Home</title><link>http://nmock3.codeplex.com/wikipage?version=15</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Project Description&lt;/h1&gt;NMock3 builds on the work of NMock2.  Specifically it adds lambda expressions to the matcher syntax.  You can use lambda expressions instead of strings, making refactoring possible.  The idea of Syntactic Sugar is maintained in that all expectations read like an English sentence.&lt;br /&gt;
&lt;h2&gt;We now have tutorials!  Please check them out on the download page.&lt;/h2&gt;
&lt;h1&gt;To get started with NMock3:&lt;/h1&gt;&lt;ol&gt;&lt;li&gt;Download the binaries from the &lt;b&gt;Downloads&lt;/b&gt; page.&lt;/li&gt;
&lt;li&gt;Review the tutorials to see how NMock3 works.&lt;/li&gt;
&lt;li&gt;Provide feedback on this site.&lt;/li&gt;&lt;/ol&gt;

&lt;h2&gt;Want the source?  Click on &lt;b&gt;Source Code&lt;/b&gt; and then Download on the right.&lt;/h2&gt;
&lt;h2&gt;For more information, check out the &lt;a href="http://nmock3.codeplex.com/wikipage?title=FAQ&amp;referringTitle=Home"&gt;FAQ&lt;/a&gt; page.&lt;/h2&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>pwolfe</author><pubDate>Sun, 28 Feb 2010 04:11:16 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20100228041116A</guid></item><item><title>Updated Wiki: Home</title><link>http://nmock3.codeplex.com/wikipage?version=14</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Project Description&lt;/h1&gt;NMock3 builds on the work of NMock2.  Specifically it adds lambda expressions to the matcher syntax.  You can use lambda expressions instead of strings, making refactoring possible.  The idea of Syntactic Sugar is maintained in that all expectations read like an English sentence.&lt;br /&gt;
&lt;h2&gt;We now have tutorials!  Please check them out on the download page.&lt;/h2&gt;
&lt;h1&gt;To get started with NMock3:&lt;/h1&gt;&lt;ol&gt;&lt;li&gt;Download the binaries from the &lt;a href="http://nmock3.codeplex.com/wikipage?title=releases&amp;referringTitle=Home"&gt;Downloads&lt;/a&gt; page.&lt;/li&gt;
&lt;li&gt;Review the tutorials to see how NMock3 works.&lt;/li&gt;
&lt;li&gt;Provide feedback on this site.&lt;/li&gt;&lt;/ol&gt;

&lt;h2&gt;Want the source?  Click on &lt;a href="http://nmock3.codeplex.com/wikipage?title=Source%20Code&amp;referringTitle=Home"&gt;Source Code&lt;/a&gt; and then Download on the right.&lt;/h2&gt;
&lt;h2&gt;For more information, check out the &lt;a href="http://nmock3.codeplex.com/wikipage?title=FAQ&amp;referringTitle=Home"&gt;FAQ&lt;/a&gt; page.&lt;/h2&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>pwolfe</author><pubDate>Sun, 28 Feb 2010 04:08:16 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20100228040816A</guid></item><item><title>Updated Wiki: Home</title><link>http://nmock3.codeplex.com/wikipage?version=13</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Project Description&lt;/h1&gt;NMock3 builds on the work of NMock2.  Specifically it adds lambda expressions to the matcher syntax.  You can use lambda expressions instead of strings, making refactoring possible.  The idea of Syntactic Sugar is maintained in that all expectations read like an English sentence.&lt;br /&gt;
&lt;h2&gt;We now have tutorials!  Please check them out on the download page.&lt;/h2&gt;
&lt;h1&gt;To get started with NMock3:&lt;/h1&gt;&lt;ol&gt;&lt;li&gt;Download the binaries from the &lt;a href="http:///releases" class="externalLink"&gt;Downloads&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; page.&lt;/li&gt;
&lt;li&gt;Review the tutorials to see how NMock3 works.&lt;/li&gt;
&lt;li&gt;Provide feedback on this site.&lt;/li&gt;&lt;/ol&gt;

&lt;h2&gt;Want the source?  Click on &lt;a href="http://nmock3.codeplex.com/wikipage?title=Source%20Code&amp;referringTitle=Home"&gt;Source Code&lt;/a&gt; and then Download on the right.&lt;/h2&gt;
&lt;h2&gt;For more information, check out the &lt;a href="http://nmock3.codeplex.com/wikipage?title=FAQ&amp;referringTitle=Home"&gt;FAQ&lt;/a&gt; page.&lt;/h2&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>pwolfe</author><pubDate>Sun, 28 Feb 2010 04:07:32 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20100228040732A</guid></item><item><title>Updated Wiki: Home</title><link>http://nmock3.codeplex.com/wikipage?version=12</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Project Description&lt;/h1&gt;NMock3 builds on the work of NMock2.  Specifically it adds lambda expressions to the matcher syntax.  You can use lambda expressions instead of strings, making refactoring possible.  The idea of Syntactic Sugar is maintained in that all expectations read like an English sentence.&lt;br /&gt;
&lt;h2&gt;We now have tutorials!  Please check them out on the download page.&lt;/h2&gt;
&lt;h1&gt;To get started with NMock3:&lt;/h1&gt;&lt;ol&gt;&lt;li&gt;Download the binaries from the &lt;a href="http://nmock3.codeplex.com/wikipage?title=Downloads%3a%2freleases&amp;referringTitle=Home"&gt;Downloads&amp;#58;&amp;#47;releases&lt;/a&gt; page.&lt;/li&gt;
&lt;li&gt;Review the tutorials to see how NMock3 works.&lt;/li&gt;
&lt;li&gt;Provide feedback on this site.&lt;/li&gt;&lt;/ol&gt;

&lt;h2&gt;Want the source?  Click on &lt;a href="http://nmock3.codeplex.com/wikipage?title=Source%20Code&amp;referringTitle=Home"&gt;Source Code&lt;/a&gt; and then Download on the right.&lt;/h2&gt;
&lt;h2&gt;For more information, check out the &lt;a href="http://nmock3.codeplex.com/wikipage?title=FAQ&amp;referringTitle=Home"&gt;FAQ&lt;/a&gt; page.&lt;/h2&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>pwolfe</author><pubDate>Sun, 28 Feb 2010 04:06:04 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20100228040604A</guid></item></channel></rss>