C# Class FwBuildTasks.NUnit

Run NUnit on a test assembly.
Inheritance: TestTask
Show file Open project: sillsdev/FieldWorks

Private Properties

Property Type Description
EnsureToolPath void

Protected Methods

Method Description
GetTestsCompletedString ( ) : string
GetWorkingDirectory ( ) : string
ProcessOutput ( bool fTimedOut, System.TimeSpan delta ) : void
ProgramArguments ( ) : string
ProgramName ( ) : string

Gets the name of the executable to start.

Private Methods

Method Description
EnsureToolPath ( ) : void

Method Details

GetTestsCompletedString() protected method

protected GetTestsCompletedString ( ) : string
return string

GetWorkingDirectory() protected method

protected GetWorkingDirectory ( ) : string
return string

ProcessOutput() protected method

protected ProcessOutput ( bool fTimedOut, System.TimeSpan delta ) : void
fTimedOut bool
delta System.TimeSpan
return void

ProgramArguments() protected method

protected ProgramArguments ( ) : string
return string

ProgramName() protected method

Gets the name of the executable to start.
protected ProgramName ( ) : string
return string