NUnit.UI.TouchRunner Members

The members of NUnit.UI.TouchRunner are listed below.

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the NUnit.UI.TouchRunner class with the default options, previously saved user options or (for automated testing) by parsing the command-lines options given to the application.
Documentation for this section has not yet been entered.

Public Properties

AutoStartbool. Gets or sets a value indicating whether this NUnit.UI.TouchRunner instance should automatically start the unit tests execution when the application is launched.
FilterNUnit.Framework.Api.ITestFilter. Documentation for this section has not yet been entered.
[read-only]
LoadedTestNUnit.Framework.Api.ITest. Documentation for this section has not yet been entered.
[read-only]
NavigationControllerUIKit.UINavigationController. Helper property that gets the RootViewController property of the UIWindow that was provided to the constructor.
ResultNUnit.Framework.Internal.TestResult. Documentation for this section has not yet been entered.
TerminateAfterExecutionbool. Gets or sets a value indicating whether this NUnit.UI.TouchRunner instance should automatically terminate (i.e. kill) the application after execution of all unit tests.
WriterSystem.IO.TextWriter. Gets or sets the TextWriter instance where the results of the unit tests /// execution will be written.

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.