releasenotes.txt

来自「C#编写的网络爬虫程序 效率很高 很好用!」· 文本 代码 · 共 32 行

TXT
32
字号
Release Notes for NUnit 2.2 Final Release
August 8, 2004

This is the fourth major release of NUnit and the third since it was 
rewritten to take advantage of .NET custom attributes. Highlights of 
this release include support for Mono, multiple-test selection in the 
GUI interface, a built-in lightweight mock object facility, new
command line switches for both GUI and Console runners, and new
Category and Explicit attributes.

GENERAL

NUnit 2.2 is available in separate Microsoft .NET and Mono distributions. 
The .NET version can run under Microsoft .NET 1.0, 1.1 or 2.0. The Mono 
version runs under Mono 1.0. The Microsoft distribution is built using 
Visual Studio 2003. The Mono version is limited to use of nunit-console 
to run tests. Note that Mono is distributed with a version of NUnit 
pre-installed. It may be necessary replace some of the installed
components in order to get a newer version of NUnit to work. A note 
will be published when we have more information on this issue.

Separate config files for each .NET version are no longer needed. Instead, 
binding redirects are provided in each config which apply when running under 
version 1.0 or 2.0 of hte .NET framework. By default, the highest level of
the framework installed is used. The user may edit the config file if a
different preference is desired.

The NUnit framework and core are now in separate assemblies, both of
which are installed in the GAC. The framework assembly contains all 
types that are normally referenced by tests, while the core contains
those types used by the gui and console runners to execute those
tests. Tests requiring use of core types 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?