BaseTouchRunner.Run Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Run() | |
Run(Test) |
Run()
public void Run ();
member this.Run : unit -> unit
Applies to
Run(Test)
public NUnit.Framework.Internal.TestResult Run (NUnit.Framework.Internal.Test test);
member this.Run : NUnit.Framework.Internal.Test -> NUnit.Framework.Internal.TestResult
Parameters
- test
- Test