C# Class Microsoft.R.Host.Client.Test.RSessionExtensions

Show file Open project: Microsoft/RTVS

Public Methods

Method Description
CreateBreakpointAsync ( this tracer, SourceFile sf, int lineNumber ) : Task
NextPromptShouldBeBrowseAsync ( this session ) : System.Threading.Tasks.Task
ShouldBeAtAsync ( this session, RSourceLocation location, int offset ) : System.Threading.Tasks.Task
ShouldBeAtAsync ( this session, string fileName, int lineNumber ) : System.Threading.Tasks.Task
ShouldHaveTracebackAsync ( this session, TracebackBuilder builder ) : Task

Method Details

CreateBreakpointAsync() public static method

public static CreateBreakpointAsync ( this tracer, SourceFile sf, int lineNumber ) : Task
tracer this
sf SourceFile
lineNumber int
return Task

NextPromptShouldBeBrowseAsync() public static method

public static NextPromptShouldBeBrowseAsync ( this session ) : System.Threading.Tasks.Task
session this
return System.Threading.Tasks.Task

ShouldBeAtAsync() public static method

public static ShouldBeAtAsync ( this session, RSourceLocation location, int offset ) : System.Threading.Tasks.Task
session this
location RSourceLocation
offset int
return System.Threading.Tasks.Task

ShouldBeAtAsync() public static method

public static ShouldBeAtAsync ( this session, string fileName, int lineNumber ) : System.Threading.Tasks.Task
session this
fileName string
lineNumber int
return System.Threading.Tasks.Task

ShouldHaveTracebackAsync() public static method

public static ShouldHaveTracebackAsync ( this session, TracebackBuilder builder ) : Task
session this
builder TracebackBuilder
return Task