Project DescriptionIdleTest help you to write Unit Test with C# on Visual Studio.
IdleTest encapsulate common handling of Assert Class that Visual Studio 2012 provided. I hope it is useful for everyone who write C# Unit Test Code. Since the project is shorthanded and just started, so the library is still smaller. When adding or modifing it later, the code will be updated to https://idletest.codeplex.com.
At the same time , it will give me great pleasure for your coming up and sharing your code of unit test . The purpose of IdleTest is "More idle in coding, code coverage more" just as I wish what it do.
Noted: Code comments is Chinese.
Look forward to progress together with you!
Welcom to my blog:
http://freedong.cnblogs.com (Chinese)
这些程序主要是对VS自带的Assert类进行了部分比较常用的操作进行了封装,旨在能复用于多个不
同的单元测试代码下。然而我坚持使用单元测试的时间非常有限,所以暂时这个类库比较小,以后
添加或修改代码的话都会更新codeplex。
同时也欢迎大家拿出常用的 unit test code 来分享。我在codeplex创建IdleTest的初衷就是希望资源共享,在编写unit test时能“以更少的测试代码达到更高的代码覆盖率”,因为我们 coder 经常懒得写Unit Test。
欢迎访问我的博客:
http://freedong.cnblogs.com