Exemplo n.º 1
0
 public ProductContainerControllerTests()
 {
     _uniquePageService = A.Fake <IUniquePageService>();
     _controller        = new ProductContainerController(_uniquePageService)
     {
         RequestMock = A.Fake <HttpRequestBase>()
     };
 }
 public ProductContainerControllerTests()
 {
     _uniquePageService = A.Fake<IUniquePageService>();
     _controller = new ProductContainerController(_uniquePageService) {RequestMock = A.Fake<HttpRequestBase>()};
 }