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

Afficher le fichier Open project: Microsoft/RTVS Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static GetRepoPath ( TestFilesFixture testFiles ) : string
testFiles TestFilesFixture
Résultat string

SetCranRepoAsync() public static méthode

public static SetCranRepoAsync ( IRExpressionEvaluator eval ) : System.Threading.Tasks.Task
eval IRExpressionEvaluator
Résultat System.Threading.Tasks.Task

SetLocalRepoAsync() public static méthode

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

SetLocalRepoAsync() public static méthode

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