Share via


TestAction.RegisterSourcePath(String, Int32) Method

Definition

Registers the path to file and callers line.

protected void RegisterSourcePath (string path, int line);
member this.RegisterSourcePath : string * int -> unit
Protected Sub RegisterSourcePath (path As String, line As Integer)

Parameters

path
String

The path to the file.

line
Int32

The callers line.

Applies to