<?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: Mocking HtmlHelper in ASP.NET MVC RC1 using Moq</title>
	<atom:link href="http://ox.no/posts/mocking-htmlhelper-in-aspnet-mvc-rc1-using-moq/feed" rel="self" type="application/rss+xml" />
	<link>http://ox.no/posts/mocking-htmlhelper-in-aspnet-mvc-rc1-using-moq</link>
	<description>Håvard Stranden&#039;s website</description>
	<lastBuildDate>Thu, 29 Mar 2012 00:08:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Håvard</title>
		<link>http://ox.no/posts/mocking-htmlhelper-in-aspnet-mvc-rc1-using-moq/comment-page-1#comment-889</link>
		<dc:creator>Håvard</dc:creator>
		<pubDate>Thu, 12 Aug 2010 20:41:26 +0000</pubDate>
		<guid isPermaLink="false">http://ox.no/?p=65#comment-889</guid>
		<description>&lt;p&gt;Eric,&lt;/p&gt;

&lt;p&gt;check out a version for MVC 2 and 3 in &lt;a href=&quot;/posts/mocking-htmlhelper-in-asp-net-mvc-2-and-3-using-moq&quot; rel=&quot;nofollow&quot;&gt;this new post&lt;/a&gt;.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Eric,</p>

<p>check out a version for MVC 2 and 3 in <a href="/posts/mocking-htmlhelper-in-asp-net-mvc-2-and-3-using-moq" rel="nofollow">this new post</a>.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Mocking HtmlHelper in ASP.NET MVC 2 and 3 using Moq &#124; Circles and Crosses</title>
		<link>http://ox.no/posts/mocking-htmlhelper-in-aspnet-mvc-rc1-using-moq/comment-page-1#comment-841</link>
		<dc:creator>Mocking HtmlHelper in ASP.NET MVC 2 and 3 using Moq &#124; Circles and Crosses</dc:creator>
		<pubDate>Wed, 11 Aug 2010 08:51:46 +0000</pubDate>
		<guid isPermaLink="false">http://ox.no/?p=65#comment-841</guid>
		<description>&lt;p&gt;[...] having trouble mocking HtmlHelper? This is an update to my previous post on mocking HtmlHelper way back when ASP.NET MVC RC1 was released. Eric notified me through a comment on the post and a [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] having trouble mocking HtmlHelper? This is an update to my previous post on mocking HtmlHelper way back when ASP.NET MVC RC1 was released. Eric notified me through a comment on the post and a [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://ox.no/posts/mocking-htmlhelper-in-aspnet-mvc-rc1-using-moq/comment-page-1#comment-840</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Tue, 10 Aug 2010 16:04:22 +0000</pubDate>
		<guid isPermaLink="false">http://ox.no/?p=65#comment-840</guid>
		<description>&lt;p&gt;Hi, I&#039;ve been trying to use your code, but I am having some problems when HtmlHelper is instanciated.&lt;/p&gt;

&lt;p&gt;I&#039;ve detailed the problem here: http://stackoverflow.com/questions/3445770/missingmethodexception-thrown-when-trying-to-mock-htmlhelper-with-moq&lt;/p&gt;

&lt;p&gt;apparently the ViewContext constructor&#039;s signature has changed, but even when supplying an updated Mock, I&#039;m seeing a MissingMethodException being thrown.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;ve been trying to use your code, but I am having some problems when HtmlHelper is instanciated.</p>

<p>I&#8217;ve detailed the problem here: <a href="http://stackoverflow.com/questions/3445770/missingmethodexception-thrown-when-trying-to-mock-htmlhelper-with-moq" rel="nofollow">http://stackoverflow.com/questions/3445770/missingmethodexception-thrown-when-trying-to-mock-htmlhelper-with-moq</a></p>

<p>apparently the ViewContext constructor&#8217;s signature has changed, but even when supplying an updated Mock, I&#8217;m seeing a MissingMethodException being thrown.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Håvard</title>
		<link>http://ox.no/posts/mocking-htmlhelper-in-aspnet-mvc-rc1-using-moq/comment-page-1#comment-571</link>
		<dc:creator>Håvard</dc:creator>
		<pubDate>Sun, 09 Aug 2009 00:04:49 +0000</pubDate>
		<guid isPermaLink="false">http://ox.no/?p=65#comment-571</guid>
		<description>&lt;p&gt;Thanks for spotting, updated now.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for spotting, updated now.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://ox.no/posts/mocking-htmlhelper-in-aspnet-mvc-rc1-using-moq/comment-page-1#comment-570</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 05 Aug 2009 18:10:19 +0000</pubDate>
		<guid isPermaLink="false">http://ox.no/?p=65#comment-570</guid>
		<description>&lt;p&gt;But I&#039;m presuming the &quot;viewData&quot; variable on line 15 was intended to be &quot;vd&quot;.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>But I&#8217;m presuming the &#8220;viewData&#8221; variable on line 15 was intended to be &#8220;vd&#8221;.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://ox.no/posts/mocking-htmlhelper-in-aspnet-mvc-rc1-using-moq/comment-page-1#comment-569</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 05 Aug 2009 18:05:12 +0000</pubDate>
		<guid isPermaLink="false">http://ox.no/?p=65#comment-569</guid>
		<description>&lt;p&gt;This code does not compile because the viewData variable on line 15 does not exist.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>This code does not compile because the viewData variable on line 15 does not exist.</p>]]></content:encoded>
	</item>
</channel>
</rss>

