Example #1
0
 public StubVirtualPathProvider(TestFixtureMvcBase mvcBase)
 {
     _mvcBase = mvcBase;
 }
Example #2
0
 public StubVirtualPathProvider(TestFixtureMvcBase mvcBase)
 {
     _mvcBase = mvcBase;
 }
Example #3
0
 public StubViewEngine(TestFixtureMvcBase mvcBase)
 {
     VirtualPathProvider = new StubVirtualPathProvider(mvcBase);
 }
Example #4
0
 public StubViewEngine(TestFixtureMvcBase mvcBase)
 {
     VirtualPathProvider = new StubVirtualPathProvider(mvcBase);
 }