Exemplo n.º 1
0
 public StubVirtualPathProvider(TestFixtureMvcBase mvcBase)
 {
     _mvcBase = mvcBase;
 }
Exemplo n.º 2
0
 public StubVirtualPathProvider(TestFixtureMvcBase mvcBase)
 {
     _mvcBase = mvcBase;
 }
Exemplo n.º 3
0
 public StubViewEngine(TestFixtureMvcBase mvcBase)
 {
     VirtualPathProvider = new StubVirtualPathProvider(mvcBase);
 }
Exemplo n.º 4
0
 public StubViewEngine(TestFixtureMvcBase mvcBase)
 {
     VirtualPathProvider = new StubVirtualPathProvider(mvcBase);
 }