Make testing name scheme consistent (#395)

* Updating CahceHelperTests names

* Updating OrdersTests names

* Removing tests for "Include" functionality as it lives in a NuGet Package now

* Updating Integration Test anems
This commit is contained in:
Eric Fleming
2020-06-14 20:55:00 -04:00
committed by GitHub
parent 248b8ed632
commit 18589f9a73
17 changed files with 26 additions and 349 deletions

View File

@@ -3,10 +3,10 @@ using Xunit;
namespace Microsoft.eShopWeb.UnitTests.Web.Extensions.CacheHelpersTests
{
public class GenerateBrandsCacheKey_Should
public class GenerateBrandsCacheKey
{
[Fact]
public void ReturnBrandsCacheKey()
public void ReturnsBrandsCacheKey()
{
var result = CacheHelpers.GenerateBrandsCacheKey();

View File

@@ -4,10 +4,10 @@ using Xunit;
namespace Microsoft.eShopWeb.UnitTests.Web.Extensions.CacheHelpersTests
{
public class GenerateCatalogItemCacheKey_Should
public class GenerateCatalogItemCacheKey
{
[Fact]
public void ReturnCatalogItemCacheKey()
public void ReturnsCatalogItemCacheKey()
{
var pageIndex = 0;
int? brandId = null;

View File

@@ -3,10 +3,10 @@ using Xunit;
namespace Microsoft.eShopWeb.UnitTests.Web.Extensions.CacheHelpersTests
{
public class GenerateTypesCacheKey_Should
public class GenerateTypesCacheKey
{
[Fact]
public void ReturnTypesCacheKey()
public void ReturnsTypesCacheKey()
{
var result = CacheHelpers.GenerateTypesCacheKey();