functional tests
This commit is contained in:
@@ -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()
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user