Sets the type of test runner to use.

Namespace:  Gallio.MSBuildTasks
Assembly:  Gallio.MSBuildTasks (in Gallio.MSBuildTasks.dll) Version: 3.3.0.0 (3.3.459.0)

Syntax

C#
public string RunnerType { private get; set; }
Visual Basic (Declaration)
Public Property RunnerType As String

Remarks

  • The types supported "out of the box" are: Local, IsolatedAppDomain and IsolatedProcess (default), but more types could be available as plugins.
  • The runner types are not case sensitive.

See Also