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
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()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()Documentation for this section has not yet been entered. | ||
Load(System.Reflection.Assembly, IDictionary)Documentation for this section has not yet been entered. | ||
Load(string, IDictionary)Documentation for this section has not yet been entered. | ||
OpenWriter(string)Opens the writer when starting the unit tests execution. | ||
Run(NUnit.Framework.Internal.Test)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. | ||