functional tests

This commit is contained in:
Steve Smith
2017-05-01 06:27:21 -04:00
parent 235b946f4a
commit 8a4edfec19
4 changed files with 112 additions and 18 deletions

View File

@@ -1,17 +0,0 @@
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()
}
}
}