18 lines
373 B
C#
18 lines
373 B
C#
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()
|
|
}
|
|
}
|
|
}
|