NUnit Test Framework 是属于 .Net 基金会的一个项目,本文将简要介绍该项目相关的信息。
中文介绍内容翻译自英文介绍,主要采用意译、如与原文存在出入,请以原文为准。
NUnit 是一款可用于 C#, F#, VB.NET 和其他 .NET 语言。 NUnit 旨在为所有 .Net 平台提供多种测试方案。其采用 MIT 许可证进行开源。
NUnit 是历史最长并且最为流行的 .Net 单元测试框架。
起初由 Philip Craig 在 2000 年 .NET Framework 还处于 alpha 阶段是创建。
NUnit 2 由 James Newkirk 构建,Charlie Poole 提供维护并投身开发。
NUnit 3 则由 Charlie Poole, Rob Prouse 不计其数的社区贡献者共同开发,并持续跟进。
Nunit 作为老牌单元测试框架确实足以满足几乎所有的单元测试相关的测试。很多基于之上开发的 BDD 框架等等也层出不穷。经久不衰就是优秀框架的最好证明。
NUnit is a unit testing framework for C#, F#, VB.NET and other .NET languages. NUnit aims to support a variety of testing styles on all .NET platforms. It is licensed under the permissive MIT license.
NUnit is the oldest and most popular unit testing framework for .NET. It was originally written by Philip Craig in 2000 on an alpha release of the .NET Framework. NUnit 2 was written by James Newkirk and maintained by Charlie Poole and the latest incarnation, NUnit 3 was written by Charlie Poole, Rob Prouse and countless other contributors.
以上《英文介绍》摘录自 .NET Foundation 的项目介绍 。原文受原项目许可证保护。