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

您现在的位置是:虫虫源码 > 其他 > nunitex

nunitex

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

资 源 简 介

IMPORTANT NOTES SharpTestsEx is and will be the multi-purpose version of NUnitEx. You can use SharpTestsEx with NUnit, xUnit, MsTests , MbUnit and, in theory, with any other test framework. NUnitEx Set of constraints extensions to work on-top of NUnit. Strongly typed Assertions few examples ``` true.Should().Be.True(); false.Should().Be.False(); const string somethig = "something"; somethig.Should().Contain("some"); somethig.Should().Not.Contain("also"); somethig.ToUpperInvariant().Should().Not.Contain("some"); somethig.Should() .StartWith("so") .And .EndWith("ing") .And .Contain("meth"); so

文 件 列 表

nunit.framework.dll
nunit.framework.xml
NUnitEx.dll
NUnitEx.snk
NUnitEx.XML
releasenotes.txt
VIP VIP
0.193387s