原文:Unit Testing with NSubstitute

These are the contents of my training session about unit testing, and also have some introductions about how could we write better unit tests with NSubstitute framework. The related sessions: Unit Tes ...

2014-01-08 15:41 3 4303 推荐指数:

查看详情

单元测试(Unit testing

  有些东西尝到甜头才觉得它的好,单元测试(后续就简称ut)对我来说就是这样。不管你在做的项目是松还是紧,良好的ut都会让你事半功倍。   UT的定义可以打开https://en.wikipedia.org/wiki/Unit_testing进行一下了解,文中提到的写UT的几个好处确实深有体会 ...

Mon Jan 18 03:33:00 CST 2016 0 6697
体验VS2017的Live Unit Testing

相对于传统的Unit Test,VS2017 带来了一个新的功能,叫Live Unit Testing,从字面意思理解就是实时单元测试,在实际的使用中,这个功能就是可以在编写代码的时候进行实时的background的单元测试. 在体验之前,有几点注意事项是需要了解的: 1.目前 live ...

Tue Apr 11 00:44:00 CST 2017 2 3588
VS2010(2012)中使用Unit Testing进行单元测试

使用VS 2012自带的Unit Testing工具进行单元测试是非常方便的。网上关于这方面的例子很多,这篇随笔只起个人学习笔记之用,所以脉络不会很清晰。 1、简单Demo: 待测试类: 测试代码: 2、测试准备和测试清理 ...

Thu Nov 22 00:31:00 CST 2012 1 4264
Hypothesis Testing

Hypothesis Testing What's Hypothesis Testing(假设检验) Hypothesis testing is the statistical assessment of a statement or idea regarding a population. ...

Wed Jan 07 19:40:00 CST 2015 0 3220
NSubstitute完全手册索引

NSubstitute 是什么? NSubstitute 是一个 .NET 单元测试模拟类库。 一直以来,开发者对 mocking 类库的语法的简洁性有强烈的需求,NSubstitute 试图满足这一需求。简单明了的语法可以让我们将重心放在测试本身,而不是纠缠在测试替代实例的创建和配置 ...

Wed May 22 23:11:00 CST 2013 0 6053
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM