首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > C# > NUnit的扩展方法

NUnit的扩展方法

  • 资源大小:3.63 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:1次
  • 资源积分:1积分
  • 标      签: c-sharp tdd nUnit

资 源 简 介

A few C# 3 extension methods to access the Constraint system of NUnit. Sample usage: ``` using NUnit.Framework.ExtensionMethods; ... var actual = 2.5; actual.Should(Be.EqualTo(2.5).Within(0.5)); ``` In the works: * An NUnitLite version

文 件 列 表

NUnit.Framework.ExtensionMethods
ExtensionMethods.cs
NUnit.Framework.ExtensionMethods.csproj
NUnit.Framework.ExtensionMethods.sln
Properties

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP
0.203648s