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

您现在的位置是:虫虫源码 > 其他 > F #切割边缘的单元测试

F #切割边缘的单元测试

  • 资源大小:857.00 B
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: 测试 边缘 单元 切割

资 源 简 介

ATTENTION This project has moved to CodePlex FsUnit is a library for use with the F# programming language. It is a set of extensions that add a special testing syntax (see below) to your favorite unit-testing framework so that you don"t have to learn a new testing framework but you also get to take advantage of everyone"s favorite new language. Syntax With FsUnit, you can write unit tests like this: One object equals or does not equal another: 1 |> should equal 1 1 |> should not (equal 2) A List, Seq, or Array instance contains or does not contain a value: [1] |> should contain 1 [] |> should not (contain 1) A List or Array instance has a certain length: <
VIP VIP
0.185798s