2 The source for NUnit 2 was altered to work with mono. Go to www.nunit.org to get the original source code.
\r
6 To use Nunit on J2EE do the following steps:
\r
8 1. Install Grasshopper
\r
9 2. Open nunit.java.sln
\r
10 3. Build the project using Debug_Java or Release_Java configurations.
\r
11 4. To run nunit use the following command line:
\r
12 "%JAVA_HOME%\bin\java" -cp [classpath] NUnit.Console.ConsoleUi [input files] [options]
\r
15 /fixture=STR Fixture to test
\r
16 /config=STR Project configuration to load
\r
17 /xml=STR Name of XML output file
\r
18 /transform=STR Name of transform file
\r
19 /xmlConsole Display XML to the console
\r
20 /output=STR File to receive test output (Short format: /out=STR)
\r
21 /err=STR File to receive test error output
\r
22 /labels Label each test in stdOut
\r
23 /include=STR List of categories to include
\r
24 /exclude=STR List of categories to exclude
\r
25 /noshadow Disable shadow copy
\r
26 /thread Run tests on a separate thread
\r
27 /wait Wait for input before closing console window
\r
28 /nologo Do not display the logo
\r
29 /help Display help (Short format: /?)
\r