Nunit-The TDD great tools.

Source: Internet
Author: User

Those words is the Nunit-Console.exe's help

NUnit Help

NUNIT-CONSOLE [inputfiles] [options]

Runs a set of NUnit tests from the console.

You may specify one or more assemblies or a single
Project file of type. nunit.

Options:
/Fixture = STR Fixture to test
/Config = STR Project configuration to load
/Xml = STR Name of XML output file
/Transform = STR Name of transform file
/XmlConsole Display XML to the console
/Output = STR File to receive test output (Short format:/out = STR)
/Framework = STR. NET Framework version to execute with (eg 'v1. 0.3705 ')
/Err = STR File to receive test error output
/Labels Label each test in stdOut
/Include = STR List of categories to include
/Exclude = STR List of categories to exclude
/Domain = X AppDomain Usage for Tests
/Noshadow disable shadow copy when running in separate domain
/Nothread disable use of a separate thread for tests
/Wait for input before closing Console window
/Nologo do not display the logo
/Nodots do not display progress
/Help display help (short format :/?)


Options that take values may use an equal sign, a colon
Or a space to separate the option from its value.

As this helps we can use Nunit Test in Console Application.
The Cammand is:
NUNIT-CONSOLE "Filepath of Test Unit"/fixture = "Your Test Unit Class"

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.