NUnit.UI.TouchRunner: Method Members

The methods of NUnit.UI.TouchRunner are listed below. For a list of all members, see the TouchRunner Members list.

See Also: Inherited members from System.Object

Public Methods

Add(System.Reflection.Assembly)
Add the specified assembly to the list of assemblies that the runner will scan to find test suites, i.e. types decorated with a [TestSuite] attribute.
CloseWriter()
Closes the current writer.
GetViewController() : UIKit.UIViewController
Gets the view controller that will coordinate the UI and unit tests execution, including the (optional) automation support to start and terminate the application automatically.
GetViewController() : UIKit.UIViewController
Documentation for this section has not yet been entered.
Load(System.Reflection.Assembly, IDictionary) : bool
Documentation for this section has not yet been entered.
Load(string, IDictionary) : bool
Documentation for this section has not yet been entered.
OpenWriter(string) : bool
Opens the writer when starting the unit tests execution.
Run(NUnit.Framework.Internal.Test) : NUnit.Framework.Internal.TestResult
Documentation for this section has not yet been entered.
Show(NUnit.Framework.Internal.TestSuite)
Documentation for this section has not yet been entered.
Show(NUnitLite.TestSuite)
Push the UIViewController that is responsable to handle the specified TestSuite instance.
TestFinished(NUnit.Framework.Api.ITestResult)
Documentation for this section has not yet been entered.
TestFinished(NUnitLite.TestResult)
Called when test suite or test case is completed and results are available.
TestOutput(NUnit.Framework.Api.TestOutput)
Documentation for this section has not yet been entered.
TestStarted(NUnit.Framework.Api.ITest)
Documentation for this section has not yet been entered.
TestStarted(NUnitLite.ITest)
Called when an ITest is about to start it's execution.