The properties 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
| AutoStart | bool. Gets or sets a value indicating whether this NUnit.UI.TouchRunner instance should automatically start the unit tests execution when the application is launched. | |
| Filter | NUnit.Framework.Api.ITestFilter. Documentation for this section has not yet been entered. | |
| [read-only] | LoadedTest | NUnit.Framework.Api.ITest. Documentation for this section has not yet been entered. |
| [read-only] | NavigationController | UIKit.UINavigationController. Helper property that gets the RootViewController property of the UIWindow that was provided to the constructor. |
| Result | NUnit.Framework.Internal.TestResult. Documentation for this section has not yet been entered. | |
| TerminateAfterExecution | bool. 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. | |
| Writer | System.IO.TextWriter. Gets or sets the TextWriter instance where the results of the unit tests /// execution will be written. |