<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>ASP.NET MVC</title><link>http://forums.asp.net/1146.aspx</link><description>Discussions regarding Model-View-Controller (MVC) support in ASP.NET.  &lt;a href="http://forums.asp.net/1215.aspx"&gt;T4MVC subforum&lt;/a&gt;</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Where is TestViewEngine class?</title><link>http://forums.asp.net/thread/2052325.aspx</link><pubDate>Tue, 11 Dec 2007 08:59:33 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2052325</guid><dc:creator>Haacked</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2052325.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1146&amp;PostID=2052325</wfw:commentRss><description>&lt;p&gt;That was a private class that Scott wrote way before the CTP, so it wouldn&amp;#39;t work now. I &lt;a class="" href="http://haacked.com/archive/2007/12/09/writing-unit-tests-for-controller-actions.aspx"&gt;wrote a blog&lt;/a&gt; post recently that outlines how to do unit testing with ASP.NET MVC. Check it out and see if it helps.&lt;/p&gt;</description></item><item><title>Re: Where is TestViewEngine class?</title><link>http://forums.asp.net/thread/2051828.aspx</link><pubDate>Tue, 11 Dec 2007 02:08:18 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2051828</guid><dc:creator>ChrisTorng</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2051828.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1146&amp;PostID=2051828</wfw:commentRss><description>&lt;p&gt;I had searched it before, but thinking that it&amp;#39;s another project with the same naming... Because Extensions is a really new release (just one day to me), I think there are not any related library outside Microsoft currently.&amp;nbsp;But if you promise the MVC structure&amp;nbsp;is easy to test, then you should include something that is really easy like TestViewEngine inside Extensions... I don&amp;#39;t like to install another not final, not Microsoft software just for a dummy test that should be as simple as possible...&lt;/p&gt;</description></item><item><title>Re: Where is TestViewEngine class?</title><link>http://forums.asp.net/thread/2050424.aspx</link><pubDate>Mon, 10 Dec 2007 13:09:59 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2050424</guid><dc:creator>JamesSteele</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2050424.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1146&amp;PostID=2050424</wfw:commentRss><description>&lt;p&gt;Hi ChrisTorng,&lt;/p&gt;
&lt;p&gt;TestViewEngine class is part of the &lt;a class="" href="http://castleproject.org/monorail/index.html"&gt;MonoRail MVC Web Framework (by castle project)&lt;/a&gt;. You can download it &lt;a class="" href="http://castleproject.org/castle/download.html"&gt;here&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Re: Where is TestViewEngine class?</title><link>http://forums.asp.net/thread/2050414.aspx</link><pubDate>Mon, 10 Dec 2007 13:05:38 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2050414</guid><dc:creator>JamesSteele</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2050414.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1146&amp;PostID=2050414</wfw:commentRss><description>&lt;p&gt;Hi rolkey,&lt;/p&gt;
&lt;p&gt;The ViewEngineBase class is located in the namespace Castle.MonoRail.Framework which is part of the Castle.MonoRail.Framework.dll.&lt;/p&gt;
&lt;p&gt;What&amp;nbsp;assembly version are you using? Is it 1.0.3.0?&lt;/p&gt;</description></item><item><title>Re: Where is TestViewEngine class?</title><link>http://forums.asp.net/thread/2050103.aspx</link><pubDate>Mon, 10 Dec 2007 09:56:41 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2050103</guid><dc:creator>rolkey</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2050103.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1146&amp;PostID=2050103</wfw:commentRss><description>&lt;p&gt;http://svn.castleproject.org:8080/svn/castle/trunk/MonoRail/Castle.MonoRail.Framework.Tests/Configuration/ViewEngineConfigTestCase.cs&lt;/p&gt;&lt;p&gt;

But I Don&amp;#39;t Find &amp;quot;ViewEngineBase&amp;quot; class.&lt;br /&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Where is TestViewEngine class?</title><link>http://forums.asp.net/thread/2049716.aspx</link><pubDate>Mon, 10 Dec 2007 05:31:58 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2049716</guid><dc:creator>ChrisTorng</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2049716.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1146&amp;PostID=2049716</wfw:commentRss><description>&lt;p&gt;I tried to follow the steps in &lt;a class="" href="http://weblogs.asp.net/scottgu/archive/2007/11/13/asp-net-mvc-framework-part-1.aspx"&gt;ASP.NET MVC Framework (Part 1)&lt;/a&gt;, but I can&amp;#39;t found TestViewEngine class in ProductControllTest.Detail(). I tried to&amp;nbsp;write my own one but still failed.&amp;nbsp;Where can I find it?&lt;/p&gt;</description></item></channel></rss>