C# Class Microsoft.R.Components.Test.PackageManager.TestRepositories

Exibir arquivo Open project: Microsoft/RTVS Class Usage Examples

Public Methods

Method Description
GetRepoPath ( TestFilesFixture testFiles ) : string
SetCranRepoAsync ( IRExpressionEvaluator eval ) : System.Threading.Tasks.Task
SetLocalRepoAsync ( IRExpressionEvaluator eval, TestFilesFixture testFiles ) : System.Threading.Tasks.Task
SetLocalRepoAsync ( IRExpressionEvaluator eval, string localRepoPath ) : System.Threading.Tasks.Task

Method Details

GetRepoPath() public static method

public static GetRepoPath ( TestFilesFixture testFiles ) : string
testFiles TestFilesFixture
return string

SetCranRepoAsync() public static method

public static SetCranRepoAsync ( IRExpressionEvaluator eval ) : System.Threading.Tasks.Task
eval IRExpressionEvaluator
return System.Threading.Tasks.Task

SetLocalRepoAsync() public static method

public static SetLocalRepoAsync ( IRExpressionEvaluator eval, TestFilesFixture testFiles ) : System.Threading.Tasks.Task
eval IRExpressionEvaluator
testFiles TestFilesFixture
return System.Threading.Tasks.Task

SetLocalRepoAsync() public static method

public static SetLocalRepoAsync ( IRExpressionEvaluator eval, string localRepoPath ) : System.Threading.Tasks.Task
eval IRExpressionEvaluator
localRepoPath string
return System.Threading.Tasks.Task