.TH nunit-console 1 "1 June 2005" .SH NAME nunit-console \- Test-based front-end to NUnit .SH SYNOPSIS .PP .B nunit-console [assemblies] [options] .RI .SH DESCRIPTION \fBnunit-console\fP is a simple but powerful front-end to NUnit, a testing framework for .NET. It will run all or some tests from the assemblies specified as arguments and display the results. .BR Results can be written in either XML or plain text. .PP .SH OPTIONS .PP .IP "/fixture=STR" Run specified fixture .IP "/config=STR" Project configuration to load .IP "/xml=STR" Write test result output data to specified file .IP "/transform=STR" Name of transformation file to run on XML output file. .IP "/xmlConsole" Print XML to the console. .IP "/output=STR" File to receive regular test output .IP "/err=STR" File to reveive test error output .IP "/labels" Label each test in output. .IP "/include=STR" Test categories to include (may contain wildcards) .IP "/exclude=STR" Test categories to exclude (may contain wildcards) .IP "/noshadow" Disable shadow copy .IP "/thread" Run tests on a seperate thread. .IP "/wait" Wait for input before closing window. .IP "/nologo" Do no show credits at startup. .IP "/help" Show list of available arguments. .SH "SEE ALSO" .BR /usr/share/doc/nunit/html .SH AUTHOR .BR This manpage was written by Jelmer Vernooij for the Debian project (but may be used by others).