C# Class ParallelizeNunit.Program

显示文件 Open project: Ancestry/ParallelizeNunit

Public Methods

Method Description
Main ( string args ) : int
RunTests ( string args ) : NUnit.Core.TestResult

Runs the tests specified in the arguments.

Method Details

Main() public static method

public static Main ( string args ) : int
args string
return int

RunTests() public static method

Runs the tests specified in the arguments.
public static RunTests ( string args ) : NUnit.Core.TestResult
args string /// The args. ///
return NUnit.Core.TestResult