BaseTouchRunner.Add Method

Definition

Overloads

Add(Assembly)
Add(Assembly, IList<String>)

Add(Assembly)

public void Add (System.Reflection.Assembly assembly);
member this.Add : System.Reflection.Assembly -> unit

Parameters

assembly
Assembly

Applies to

Add(Assembly, IList<String>)

public void Add (System.Reflection.Assembly assembly, System.Collections.Generic.IList<string> fixtures);
member this.Add : System.Reflection.Assembly * System.Collections.Generic.IList<string> -> unit

Parameters

assembly
Assembly
fixtures
IList<String>

Applies to