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

Mostrar archivo Open project: Microsoft/RTVS Class Usage Examples

Public Methods

Method Description
SetLocalLibraryAsync ( IRExpressionEvaluator eval, MethodInfo testMethod, TestFilesFixture testFiles ) : System.Threading.Tasks.Task
SetLocalLibsAsync ( IRExpressionEvaluator eval ) : System.Threading.Tasks.Task

Method Details

SetLocalLibraryAsync() public static method

public static SetLocalLibraryAsync ( IRExpressionEvaluator eval, MethodInfo testMethod, TestFilesFixture testFiles ) : System.Threading.Tasks.Task
eval IRExpressionEvaluator
testMethod System.Reflection.MethodInfo
testFiles TestFilesFixture
return System.Threading.Tasks.Task

SetLocalLibsAsync() public static method

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