Gil*_*lla 1 .net c# unit-testing xunit
我有一个课程如下.这是单独测试的候选者吗?我可以为这堂课写什么样的考试/报道?
public class Cart : ICart
{
public int Id { get; set; }
public ABCCompany Company { get; set; }
public decimal Subtotal { get; set; }
public decimal DiscountValue { get; set; }
public decimal DiscountedSubtotal{ get; set; }
public ICartDiscounts Discounts { get; set; }
public IList<ICartItem> Items { get; set; }
}
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
53 次 |
| 最近记录: |