Test cleanup and adding code coverage

This commit is contained in:
Steve Smith
2019-01-25 15:58:59 -05:00
parent 8941e6b9a6
commit 9d75890302
6 changed files with 112 additions and 32 deletions

View File

@@ -4,7 +4,7 @@ using Xunit;
namespace Microsoft.eShopWeb.UnitTests.ApplicationCore.Entities.BasketTests
{
public class Total
public class BasketAddItem
{
private int _testCatalogItemId = 123;
private decimal _testUnitPrice = 1.23m;

View File

@@ -5,7 +5,7 @@ using Xunit;
namespace Microsoft.eShopWeb.UnitTests.ApplicationCore.Entities.OrderTests
{
public class Total
public class OrderTotal
{
private decimal _testUnitPrice = 42m;