你还在手写构造测试数据吗? 来试试FizzWare.NBuilder 生成测试数据

   如题,使用FizzWare.NBuilder 可以自动填充各种各样的class数据,超乎你想想,就是一些人名,街道,什么的都是老外的,谁叫咱们没弄出个有中国特色的呢。

  步骤1:  废话少说,先引入FizzWare.NBuilder.dll这个dll, 这个dll 在网上仔细搜搜还能找到到。

  步骤2: 定义个class,你可以使用一段json 然后看http://blog.csdn.net/asa_jim/article/details/46884143这篇文章自动生成clas

             

public class Rootobject
{
    public int orderId { get; set; }
    public string carrierCode { get; set; }
    public string serviceCode { get; set; }
    public string packageCode { get; set; }
    public string confirmation { get; set; }
    public string shipDate { get; set; }
    public Weight weight { get; set; }
    public string dimensions { get; set; }
    public string insuranceOptions { get; set; }
    public string internationalOptions { get; set; }
    public string advancedOptions { get; set; }
    public bool testLabel { get; set; }
}

public class Weight
{
    public int value { get; set; }
    public string units { get; set; }
}
 步骤3:使用FizzWare.NBuilder 填充数据

    填充单个的:

   Rootobject rootObject = Builder<Rootobject>.CreateNew();
    填充列表的:

   List<Rootobject> list = Builder<Rootobject>.CreateListOfSize(50).Build();
    

     结语:如果你平时就手动写写测试数据,这个可能帮不了你什么,如果你是采用测试驱动开发的模式,那就很有用了!


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

凌晨4点5杀老大爷

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值