2 changed files with 22 additions and 1 deletions
@ -0,0 +1,17 @@ |
|||||
|
using Microsoft.eShopWeb.Controllers; |
||||
|
using System; |
||||
|
using System.Collections.Generic; |
||||
|
using System.Text; |
||||
|
using Xunit; |
||||
|
|
||||
|
namespace IntegrationTests.Web.Controllers |
||||
|
{ |
||||
|
public class CatalogControllerGetImage |
||||
|
{ |
||||
|
[Fact] |
||||
|
public void ReturnsFileContentResultGivenValidId() |
||||
|
{ |
||||
|
//var controller = new CatalogController()
|
||||
|
} |
||||
|
} |
||||
|
} |
||||
Loading…
Reference in new issue