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:
@@ -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();
|
||||
|
||||
@@ -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;
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user