NAnt SDK Documentation - v0.92

NUnitTestRunner Members

NUnitTestRunner overview

Public Instance Constructors

NUnitTestRunner Constructor

Public Instance Properties

Formatters Gets the collection of registered formatters.
ResultCode Gets the result of the test.

Public Instance Methods

AddError 
AddFailure 
CreateObjRef (inherited from MarshalByRefObject) Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
EndTest 
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type.
GetLifetimeService (inherited from MarshalByRefObject) Retrieves the current lifetime service object that controls the lifetime policy for this instance.
GetLoader (inherited from NUnit.Runner.BaseTestRunner) 
GetTest (inherited from NUnit.Runner.BaseTestRunner) 
GetType (inherited from Object) Gets the Type of the current instance.
InitializeLifetimeService (inherited from MarshalByRefObject) Obtains a lifetime service object to control the lifetime policy for this instance.
NeedsRunning Determines if the unit test needs running.
Run Runs a Suite extracted from a TestCase subclass.
StartTest 
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

CreateFormatter 
CreateFormatters Creates the formatters to be used when running this test.
Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
GetOutput Returns the output file or null if does not use a file.
LoadSuiteClass (inherited from NUnit.Runner.BaseTestRunner) 
MemberwiseClone (inherited from MarshalByRefObject)Overloaded. Creates a shallow copy of the current MarshalByRefObject object.
MemberwiseClone (inherited from Object)Overloaded. Creates a shallow copy of the current Object.
ProcessArguments (inherited from NUnit.Runner.BaseTestRunner) 
RunFailed 
SetLoading (inherited from NUnit.Runner.BaseTestRunner) 
UseReloadingTestSuiteLoader (inherited from NUnit.Runner.BaseTestRunner) 

See Also

NUnitTestRunner Class | NAnt.NUnit1.Tasks Namespace