Fix dotnet-build.sh
[platform/core/dotnet/build-tools.git] / dotnet / sdk / 2.0.0-preview1-005977 / Microsoft.TestPlatform.VsTestConsole.TranslationLayer.xml
1 <?xml version="1.0"?>\r
2 <doc>\r
3     <assembly>\r
4         <name>Microsoft.TestPlatform.VsTestConsole.TranslationLayer</name>\r
5     </assembly>\r
6     <members>\r
7         <member name="T:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.ConsoleParameters">\r
8             <summary>\r
9             Class which defines additional specifiable parameters for vstest.console.exe\r
10             </summary>\r
11         </member>\r
12         <member name="M:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.ConsoleParameters.#ctor">\r
13             <summary>\r
14             Create instance of <see cref="T:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.ConsoleParameters"/>\r
15             </summary>\r
16         </member>\r
17         <member name="M:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.ConsoleParameters.#ctor(Microsoft.VisualStudio.TestPlatform.Utilities.Helpers.Interfaces.IFileHelper)">\r
18             <summary>\r
19             Create instance of <see cref="T:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.ConsoleParameters"/>\r
20             </summary>\r
21             <param name="fileHelper"> Object of type <see cref="T:Microsoft.VisualStudio.TestPlatform.Utilities.Helpers.Interfaces.IFileHelper"/></param>\r
22         </member>\r
23         <member name="P:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.ConsoleParameters.LogFilePath">\r
24             <summary>\r
25             Full path for the log file\r
26             </summary>\r
27         </member>\r
28         <member name="P:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.ConsoleParameters.PortNumber">\r
29             <summary>\r
30             Port Number for communication\r
31             vstest.console will need this port number to communicate with this component - translation layer\r
32             Currently Internal as we are not intentionally exposing this to consumers of translation layer\r
33             </summary>\r
34         </member>\r
35         <member name="P:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.ConsoleParameters.ParentProcessId">\r
36             <summary>\r
37             Parent Process ID of the process whose lifetime should dictate the life time of vstest.console.exe\r
38             vstest.console will need this process ID to know when the process exits.\r
39             If parent process dies/crashes without invoking EndSession, vstest.console should exit immediately\r
40             Currently Internal as we are not intentionally exposing this to consumers of translation layer\r
41             </summary>\r
42         </member>\r
43         <member name="T:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.Interfaces.IProcessManager">\r
44             <summary>\r
45             Defines the interface that can manage a process \r
46             </summary>\r
47         </member>\r
48         <member name="M:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.Interfaces.IProcessManager.StartProcess(Microsoft.TestPlatform.VsTestConsole.TranslationLayer.ConsoleParameters)">\r
49             <summary>\r
50             Starts the Process \r
51             </summary>\r
52         </member>\r
53         <member name="M:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.Interfaces.IProcessManager.IsProcessInitialized">\r
54             <summary>\r
55             Is Process Initialized\r
56             </summary>\r
57             <returns>True, if process initialized</returns>\r
58         </member>\r
59         <member name="M:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.Interfaces.IProcessManager.ShutdownProcess">\r
60             <summary>\r
61             Shutdown Process\r
62             </summary>\r
63         </member>\r
64         <member name="E:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.Interfaces.IProcessManager.ProcessExited">\r
65             <summary>\r
66             Raise event on process exit\r
67             </summary>\r
68         </member>\r
69         <member name="T:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.Interfaces.ITranslationLayerRequestSender">\r
70             <summary>\r
71             Defines contract to send test platform requests to test host\r
72             </summary>\r
73         </member>\r
74         <member name="M:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.Interfaces.ITranslationLayerRequestSender.InitializeCommunication">\r
75             <summary>\r
76             Initializes the communication for sending requests\r
77             </summary>\r
78             <returns>Port Number of the communication channel</returns>\r
79         </member>\r
80         <member name="M:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.Interfaces.ITranslationLayerRequestSender.WaitForRequestHandlerConnection(System.Int32)">\r
81             <summary>\r
82             Waits for Request Handler to be connected \r
83             </summary>\r
84             <param name="connectionTimeout">Time to wait for connection</param>\r
85             <returns>True, if Handler is connected</returns>\r
86         </member>\r
87         <member name="M:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.Interfaces.ITranslationLayerRequestSender.Close">\r
88             <summary>\r
89             Close the Sender \r
90             </summary>\r
91         </member>\r
92         <member name="M:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.Interfaces.ITranslationLayerRequestSender.InitializeExtensions(System.Collections.Generic.IEnumerable{System.String})">\r
93             <summary>\r
94             Initializes the Extensions while probing additional extension paths \r
95             </summary>\r
96             <param name="pathToAdditionalExtensions">Paths to check for additional extensions</param>\r
97         </member>\r
98         <member name="M:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.Interfaces.ITranslationLayerRequestSender.DiscoverTests(System.Collections.Generic.IEnumerable{System.String},System.String,Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.ITestDiscoveryEventsHandler)">\r
99             <summary>\r
100             Discovers the tests\r
101             </summary>\r
102             <param name="sources">Sources for discovering tests</param>\r
103             <param name="runSettings">Run settings for discovering tests</param>\r
104             <param name="discoveryEventsHandler">EventHandler for discovery events</param>\r
105         </member>\r
106         <member name="M:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.Interfaces.ITranslationLayerRequestSender.StartTestRun(System.Collections.Generic.IEnumerable{System.String},System.String,Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.ITestRunEventsHandler)">\r
107             <summary>\r
108             Starts the TestRun with given sources and criteria\r
109             </summary>\r
110             <param name="sources">Sources for test run</param>\r
111             <param name="runSettings">RunSettings for test run</param>\r
112             <param name="runEventsHandler">EventHandler for test run events</param>\r
113         </member>\r
114         <member name="M:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.Interfaces.ITranslationLayerRequestSender.StartTestRun(System.Collections.Generic.IEnumerable{Microsoft.VisualStudio.TestPlatform.ObjectModel.TestCase},System.String,Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.ITestRunEventsHandler)">\r
115             <summary>\r
116             Starts the TestRun with given test cases and criteria\r
117             </summary>\r
118             <param name="testCases">TestCases to run</param>\r
119             <param name="runSettings">RunSettings for test run</param>\r
120             <param name="runEventsHandler">EventHandler for test run events</param>\r
121         </member>\r
122         <member name="M:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.Interfaces.ITranslationLayerRequestSender.StartTestRunWithCustomHost(System.Collections.Generic.IEnumerable{System.String},System.String,Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.ITestRunEventsHandler,Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.Interfaces.ITestHostLauncher)">\r
123             <summary>\r
124             Starts the TestRun with given sources and criteria with custom test host\r
125             </summary>\r
126             <param name="sources">Sources for test run</param>\r
127             <param name="runSettings">RunSettings for test run</param>\r
128             <param name="runEventsHandler">EventHandler for test run events</param>\r
129             <param name="customTestHostLauncher">Custom TestHost launcher</param>\r
130         </member>\r
131         <member name="M:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.Interfaces.ITranslationLayerRequestSender.StartTestRunWithCustomHost(System.Collections.Generic.IEnumerable{Microsoft.VisualStudio.TestPlatform.ObjectModel.TestCase},System.String,Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.ITestRunEventsHandler,Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.Interfaces.ITestHostLauncher)">\r
132             <summary>\r
133             Starts the TestRun with given test cases and criteria with custom test host\r
134             </summary>\r
135             <param name="testCases">TestCases to run</param>\r
136             <param name="runSettings">RunSettings for test run</param>\r
137             <param name="runEventsHandler">EventHandler for test run events</param>\r
138             <param name="customTestHostLauncher">Custom TestHost launcher</param>\r
139         </member>\r
140         <member name="M:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.Interfaces.ITranslationLayerRequestSender.EndSession">\r
141             <summary>\r
142             Ends the Session\r
143             </summary>\r
144         </member>\r
145         <member name="M:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.Interfaces.ITranslationLayerRequestSender.CancelTestRun">\r
146             <summary>\r
147             Cancel the test run\r
148             </summary>\r
149         </member>\r
150         <member name="M:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.Interfaces.ITranslationLayerRequestSender.AbortTestRun">\r
151             <summary>\r
152             Abort the test run\r
153             </summary>\r
154         </member>\r
155         <member name="M:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.Interfaces.ITranslationLayerRequestSender.OnProcessExited">\r
156             <summary>\r
157             On process exit unblocks communication waiting calls\r
158             </summary>\r
159         </member>\r
160         <member name="T:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.Interfaces.IVsTestConsoleWrapper">\r
161             <summary>\r
162             Controller for various test operations on the test runner.\r
163             </summary>\r
164         </member>\r
165         <member name="M:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.Interfaces.IVsTestConsoleWrapper.StartSession">\r
166             <summary>\r
167             Starts the test runner process and readies for requests.\r
168             </summary>\r
169         </member>\r
170         <member name="M:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.Interfaces.IVsTestConsoleWrapper.InitializeExtensions(System.Collections.Generic.IEnumerable{System.String})">\r
171             <summary>\r
172             Initialize the TestPlatform with Paths to extensions like adapters, loggers and any other extensions\r
173             </summary>\r
174             <param name="pathToAdditionalExtensions">Folder Paths to where extension DLLs are present</param>\r
175         </member>\r
176         <member name="M:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.Interfaces.IVsTestConsoleWrapper.DiscoverTests(System.Collections.Generic.IEnumerable{System.String},System.String,Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.ITestDiscoveryEventsHandler)">\r
177             <summary>\r
178             Start Discover Tests for the given sources and discovery settings.\r
179             </summary>\r
180             <param name="sources">List of source assemblies, files to discover tests</param>\r
181             <param name="discoverySettings">Settings XML for test discovery</param>\r
182             <param name="discoveryEventsHandler">EventHandler to receive discovery events</param>\r
183         </member>\r
184         <member name="M:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.Interfaces.IVsTestConsoleWrapper.CancelDiscovery">\r
185             <summary>\r
186             Cancels the last discovery request.\r
187             </summary>\r
188         </member>\r
189         <member name="M:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.Interfaces.IVsTestConsoleWrapper.RunTests(System.Collections.Generic.IEnumerable{System.String},System.String,Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.ITestRunEventsHandler)">\r
190             <summary>\r
191             Starts a test run given a list of sources.\r
192             </summary>\r
193             <param name="sources">Sources to Run tests on</param>\r
194             <param name="runSettings">RunSettings XML to run the tests</param>\r
195             <param name="testRunEventsHandler">EventHandler to receive test run events</param>\r
196         </member>\r
197         <member name="M:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.Interfaces.IVsTestConsoleWrapper.RunTests(System.Collections.Generic.IEnumerable{Microsoft.VisualStudio.TestPlatform.ObjectModel.TestCase},System.String,Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.ITestRunEventsHandler)">\r
198             <summary>\r
199             Starts a test run given a list of test cases\r
200             </summary>\r
201             <param name="testCases">TestCases to run</param>\r
202             <param name="runSettings">RunSettings XML to run the tests</param>\r
203             <param name="testRunEventsHandler">EventHandler to receive test run events</param>\r
204         </member>\r
205         <member name="M:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.Interfaces.IVsTestConsoleWrapper.RunTestsWithCustomTestHost(System.Collections.Generic.IEnumerable{System.String},System.String,Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.ITestRunEventsHandler,Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.Interfaces.ITestHostLauncher)">\r
206             <summary>\r
207             Starts a test run given a list of sources by giving caller an option to start their own test host.\r
208             </summary>\r
209             <param name="sources">Sources to Run tests on</param>\r
210             <param name="runSettings">RunSettings XML to run the tests</param>\r
211             <param name="testRunEventsHandler">EventHandler to receive test run events</param>\r
212             <param name="customTestHostLauncher">Custom test host launcher for the run.</param>\r
213         </member>\r
214         <member name="M:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.Interfaces.IVsTestConsoleWrapper.RunTestsWithCustomTestHost(System.Collections.Generic.IEnumerable{Microsoft.VisualStudio.TestPlatform.ObjectModel.TestCase},System.String,Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.ITestRunEventsHandler,Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.Interfaces.ITestHostLauncher)">\r
215             <summary>\r
216             Starts a test run given a list of test cases by giving caller an option to start their own test host\r
217             </summary>\r
218             <param name="testCases">TestCases to run.</param>\r
219             <param name="runSettings">RunSettings XML to run the tests.</param>\r
220             <param name="testRunEventsHandler">EventHandler to receive test run events.</param>\r
221             <param name="customTestHostLauncher">Custom test host launcher for the run.</param>\r
222         </member>\r
223         <member name="M:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.Interfaces.IVsTestConsoleWrapper.CancelTestRun">\r
224             <summary>\r
225             Cancel the last test run.\r
226             </summary>\r
227         </member>\r
228         <member name="M:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.Interfaces.IVsTestConsoleWrapper.AbortTestRun">\r
229             <summary>\r
230             Abort the last test run.\r
231             </summary>\r
232         </member>\r
233         <member name="M:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.Interfaces.IVsTestConsoleWrapper.EndSession">\r
234             <summary>\r
235             Ends the test session and stops processing requests.\r
236             </summary>\r
237         </member>\r
238         <member name="T:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.Payloads.CustomHostLaunchAckPayload">\r
239             <summary>\r
240             Class used to define the CustomHostLaunchAckPayload sent by the Vstest.console translation layers into design mode\r
241             </summary>\r
242         </member>\r
243         <member name="P:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.Payloads.CustomHostLaunchAckPayload.HostProcessId">\r
244             <summary>\r
245             ProcessId of the TestHost launched by Clients like IDE, LUT etc. \r
246             </summary>\r
247         </member>\r
248         <member name="P:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.Payloads.CustomHostLaunchAckPayload.ErrorMessage">\r
249             <summary>\r
250             ErrorMessage, in cases where custom launch fails \r
251             </summary>\r
252         </member>\r
253         <member name="T:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.Payloads.DiscoveryRequestPayload">\r
254             <summary>\r
255             Class used to define the DiscoveryRequestPayload sent by the Vstest.console translation layers into design mode\r
256             </summary>\r
257         </member>\r
258         <member name="P:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.Payloads.DiscoveryRequestPayload.Sources">\r
259             <summary>\r
260             Settings used for the discovery request. \r
261             </summary>\r
262         </member>\r
263         <member name="P:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.Payloads.DiscoveryRequestPayload.RunSettings">\r
264             <summary>\r
265             Settings used for the discovery request. \r
266             </summary>\r
267         </member>\r
268         <member name="T:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.Payloads.TestRunRequestPayload">\r
269             <summary>\r
270             Class used to define the TestRunRequestPayload sent by the Vstest.console translation layers into design mode\r
271             </summary>\r
272         </member>\r
273         <member name="P:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.Payloads.TestRunRequestPayload.Sources">\r
274             <summary>\r
275             Gets or sets the sources for the test run request.\r
276             </summary>\r
277             <remarks> \r
278             Making this a list instead of an IEnumerable because the json serializer fails to deserialize\r
279             if a linq query outputs the IEnumerable.\r
280             </remarks>\r
281         </member>\r
282         <member name="P:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.Payloads.TestRunRequestPayload.TestCases">\r
283             <summary>\r
284             Gets or sets the test cases for the test run request.\r
285             </summary>\r
286             <remarks> \r
287             Making this a list instead of an IEnumerable because the json serializer fails to deserialize\r
288             if a linq query outputs the IEnumerable.\r
289             </remarks>\r
290         </member>\r
291         <member name="P:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.Payloads.TestRunRequestPayload.RunSettings">\r
292             <summary>\r
293             Gets or sets the settings used for the test run request. \r
294             </summary>\r
295         </member>\r
296         <member name="P:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.Payloads.TestRunRequestPayload.KeepAlive">\r
297             <summary>\r
298             Settings used for the Run request. \r
299             </summary>\r
300         </member>\r
301         <member name="P:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.Payloads.TestRunRequestPayload.DebuggingEnabled">\r
302             <summary>\r
303             Is Debugging enabled \r
304             </summary>\r
305         </member>\r
306         <member name="T:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.TransationLayerException">\r
307             <summary>\r
308             Specialized exception for TranslationLayer\r
309             </summary>\r
310         </member>\r
311         <member name="M:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.TransationLayerException.#ctor(System.String)">\r
312             <summary>\r
313             Initializes a new instance of the TransationLayerException class.\r
314             </summary>\r
315             <param name="message">The message that describes the error.</param>\r
316         </member>\r
317         <member name="M:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.TransationLayerException.#ctor(System.String,System.Exception)">\r
318             <summary>\r
319             Initializes a new instance of the TransationLayerException class.\r
320             </summary>\r
321             <param name="message">The error message that explains the reason for the exception.</param>\r
322             <param name="innerException">The exception that is the cause of the current exception.</param>\r
323         </member>\r
324         <member name="T:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.VsTestConsoleProcessManager">\r
325             <summary>\r
326             Vstest.console.exe process manager\r
327             </summary>\r
328         </member>\r
329         <member name="F:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.VsTestConsoleProcessManager.PORT_ARGUMENT">\r
330             <summary>\r
331             Port number for communicating with Vstest CLI\r
332             </summary>\r
333         </member>\r
334         <member name="F:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.VsTestConsoleProcessManager.PARENT_PROCESSID_ARGUMENT">\r
335             <summary>\r
336             Process Id of the Current Process which is launching Vstest CLI\r
337             Helps Vstest CLI in auto-exit if current process dies without notifying it\r
338             </summary>\r
339         </member>\r
340         <member name="F:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.VsTestConsoleProcessManager.DIAG_ARGUMENT">\r
341             <summary>\r
342             Diagnostics argument for Vstest CLI\r
343             Enables Diagnostic logging for Vstest CLI and TestHost - Optional\r
344             </summary>\r
345         </member>\r
346         <member name="E:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.VsTestConsoleProcessManager.ProcessExited">\r
347             <inheritdoc/>\r
348         </member>\r
349         <member name="M:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.VsTestConsoleProcessManager.#ctor(System.String)">\r
350             <summary>\r
351             Creates an instance of VsTestConsoleProcessManager class.\r
352             </summary>\r
353             <param name="vstestConsolePath">The fullpath to vstest.console.exe</param>\r
354         </member>\r
355         <member name="M:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.VsTestConsoleProcessManager.IsProcessInitialized">\r
356             <summary>\r
357             Checks if the process has been initialized.\r
358             </summary>\r
359             <returns>True if process is successfully initialized</returns>\r
360         </member>\r
361         <member name="M:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.VsTestConsoleProcessManager.StartProcess(Microsoft.TestPlatform.VsTestConsole.TranslationLayer.ConsoleParameters)">\r
362             <summary>\r
363             Call xUnit.console.exe with the parameters previously specified\r
364             </summary>\r
365         </member>\r
366         <member name="M:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.VsTestConsoleProcessManager.ShutdownProcess">\r
367             <summary>\r
368             Shutdown the vstest.console process\r
369             </summary>\r
370         </member>\r
371         <member name="T:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.VsTestConsoleRequestSender">\r
372             <summary>\r
373             VstestConsoleRequestSender for sending requests to Vstest.console.exe\r
374             </summary>\r
375         </member>\r
376         <member name="F:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.VsTestConsoleRequestSender.processExitCancellationTokenSource">\r
377             <summary>\r
378             Use to cancel blocking tasks associated with vstest.console process\r
379             </summary>\r
380         </member>\r
381         <member name="M:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.VsTestConsoleRequestSender.InitializeCommunication">\r
382             <summary>\r
383             Initializes Communication with vstest.console.exe\r
384             Hosts a communication channel and asynchronously connects to vstest.console.exe\r
385             </summary>\r
386             <returns>Port Number of hosted server on this side</returns>\r
387         </member>\r
388         <member name="M:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.VsTestConsoleRequestSender.WaitForRequestHandlerConnection(System.Int32)">\r
389             <summary>\r
390             Waits for Vstest.console.exe Connection for a given timeout\r
391             </summary>\r
392             <param name="clientConnectionTimeout">Time to wait for the connection</param>\r
393             <returns>True, if successful</returns>\r
394         </member>\r
395         <member name="M:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.VsTestConsoleRequestSender.InitializeExtensions(System.Collections.Generic.IEnumerable{System.String})">\r
396             <summary>\r
397             Initializes the Extensions while probing additional extension paths \r
398             </summary>\r
399             <param name="pathToAdditionalExtensions">Paths to check for additional extensions</param>\r
400         </member>\r
401         <member name="M:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.VsTestConsoleRequestSender.DiscoverTests(System.Collections.Generic.IEnumerable{System.String},System.String,Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.ITestDiscoveryEventsHandler)">\r
402             <summary>\r
403             Discover Tests using criteria and send events through eventHandler\r
404             </summary>\r
405             <param name="sources"></param>\r
406             <param name="runSettings"></param>\r
407             <param name="eventHandler"></param>\r
408         </member>\r
409         <member name="M:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.VsTestConsoleRequestSender.StartTestRun(System.Collections.Generic.IEnumerable{System.String},System.String,Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.ITestRunEventsHandler)">\r
410             <summary>\r
411             Starts the TestRun with given sources and criteria\r
412             </summary>\r
413             <param name="sources">Sources for test run</param>\r
414             <param name="runSettings">RunSettings for test run</param>\r
415             <param name="runEventsHandler">EventHandler for test run events</param>\r
416         </member>\r
417         <member name="M:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.VsTestConsoleRequestSender.StartTestRun(System.Collections.Generic.IEnumerable{Microsoft.VisualStudio.TestPlatform.ObjectModel.TestCase},System.String,Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.ITestRunEventsHandler)">\r
418             <summary>\r
419             Starts the TestRun with given test cases and criteria\r
420             </summary>\r
421             <param name="testCases">TestCases to run</param>\r
422             <param name="runSettings">RunSettings for test run</param>\r
423             <param name="runEventsHandler">EventHandler for test run events</param>\r
424         </member>\r
425         <member name="M:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.VsTestConsoleRequestSender.StartTestRunWithCustomHost(System.Collections.Generic.IEnumerable{System.String},System.String,Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.ITestRunEventsHandler,Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.Interfaces.ITestHostLauncher)">\r
426             <summary>\r
427             Starts the TestRun with given sources and criteria with custom test host\r
428             </summary>\r
429             <param name="sources">Sources for test run</param>\r
430             <param name="runSettings">RunSettings for test run</param>\r
431             <param name="runEventsHandler">EventHandler for test run events</param>\r
432             <param name="customHostLauncher">TestHostLauncher that launches the test host for the run</param>\r
433         </member>\r
434         <member name="M:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.VsTestConsoleRequestSender.StartTestRunWithCustomHost(System.Collections.Generic.IEnumerable{Microsoft.VisualStudio.TestPlatform.ObjectModel.TestCase},System.String,Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.ITestRunEventsHandler,Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.Interfaces.ITestHostLauncher)">\r
435             <summary>\r
436             Starts the TestRun with given test cases and criteria with custom test host\r
437             </summary>\r
438             <param name="testCases">TestCases to run</param>\r
439             <param name="runSettings">RunSettings for test run</param>\r
440             <param name="runEventsHandler">EventHandler for test run events</param>\r
441             <param name="customHostLauncher">TestHostLauncher that launches the test host for the run</param>\r
442         </member>\r
443         <member name="M:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.VsTestConsoleRequestSender.CancelTestRun">\r
444             <summary>\r
445             Send Cancel TestRun message\r
446             </summary>\r
447         </member>\r
448         <member name="M:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.VsTestConsoleRequestSender.AbortTestRun">\r
449             <summary>\r
450             Send Abort TestRun message\r
451             </summary>\r
452         </member>\r
453         <member name="M:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.VsTestConsoleRequestSender.OnProcessExited">\r
454             <inheritdoc/>\r
455         </member>\r
456         <member name="M:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.VsTestConsoleRequestSender.Close">\r
457             <inheritdoc/>\r
458         </member>\r
459         <member name="M:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.VsTestConsoleRequestSender.EndSession">\r
460             <summary>\r
461             Sends message for terminating the session\r
462             </summary>\r
463         </member>\r
464         <member name="M:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.VsTestConsoleRequestSender.Dispose">\r
465             <summary>\r
466             Closes the communication channel\r
467             </summary>\r
468         </member>\r
469         <member name="T:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.VsTestConsoleWrapper">\r
470             <summary>\r
471             An implementation of <see cref="T:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.Interfaces.IVsTestConsoleWrapper"/> to invoke test operations\r
472             via the <c>vstest.console</c> test runner.\r
473             </summary>\r
474         </member>\r
475         <member name="F:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.VsTestConsoleWrapper.pathToAdditionalExtensions">\r
476             <summary>\r
477             Path to additional extensions to reinitialize vstest.console\r
478             </summary>\r
479         </member>\r
480         <member name="F:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.VsTestConsoleWrapper.consoleParameters">\r
481             <summary>\r
482             Additional parameters for vstest.console.exe\r
483             </summary>\r
484         </member>\r
485         <member name="M:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.VsTestConsoleWrapper.#ctor(System.String)">\r
486             <summary>\r
487             Initializes a new instance of the <see cref="T:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.VsTestConsoleWrapper"/> class.\r
488             </summary>\r
489             <param name="vstestConsolePath">\r
490             Path to the test runner <c>vstest.console.exe</c>.\r
491             </param>\r
492         </member>\r
493         <member name="M:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.VsTestConsoleWrapper.#ctor(System.String,Microsoft.TestPlatform.VsTestConsole.TranslationLayer.ConsoleParameters)">\r
494             <summary>\r
495             Initializes a new instance of the <see cref="T:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.VsTestConsoleWrapper"/> class.\r
496             </summary>\r
497             <param name="vstestConsolePath">Path to the test runner <c>vstest.console.exe</c>.</param>\r
498             <param name="consoleParameters">The parameters to be passed onto the runner process</param>\r
499         </member>\r
500         <member name="M:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.VsTestConsoleWrapper.#ctor(Microsoft.TestPlatform.VsTestConsole.TranslationLayer.Interfaces.ITranslationLayerRequestSender,Microsoft.TestPlatform.VsTestConsole.TranslationLayer.Interfaces.IProcessManager,Microsoft.TestPlatform.VsTestConsole.TranslationLayer.ConsoleParameters)">\r
501             <summary>\r
502             Initializes a new instance of the <see cref="T:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.VsTestConsoleWrapper"/> class.\r
503             </summary>\r
504             <param name="requestSender">Sender for test messages.</param>\r
505             <param name="processManager">Process manager.</param>\r
506             <param name="consoleParameters">The parameters to be passed onto the runner process</param>\r
507         </member>\r
508         <member name="M:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.VsTestConsoleWrapper.StartSession">\r
509             <inheritdoc/>\r
510         </member>\r
511         <member name="M:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.VsTestConsoleWrapper.InitializeExtensions(System.Collections.Generic.IEnumerable{System.String})">\r
512             <inheritdoc/>\r
513         </member>\r
514         <member name="M:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.VsTestConsoleWrapper.DiscoverTests(System.Collections.Generic.IEnumerable{System.String},System.String,Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.ITestDiscoveryEventsHandler)">\r
515             <inheritdoc/>\r
516         </member>\r
517         <member name="M:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.VsTestConsoleWrapper.CancelDiscovery">\r
518             <inheritdoc/>\r
519         </member>\r
520         <member name="M:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.VsTestConsoleWrapper.RunTests(System.Collections.Generic.IEnumerable{System.String},System.String,Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.ITestRunEventsHandler)">\r
521             <inheritdoc/>\r
522         </member>\r
523         <member name="M:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.VsTestConsoleWrapper.RunTests(System.Collections.Generic.IEnumerable{Microsoft.VisualStudio.TestPlatform.ObjectModel.TestCase},System.String,Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.ITestRunEventsHandler)">\r
524             <inheritdoc/>\r
525         </member>\r
526         <member name="M:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.VsTestConsoleWrapper.RunTestsWithCustomTestHost(System.Collections.Generic.IEnumerable{System.String},System.String,Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.ITestRunEventsHandler,Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.Interfaces.ITestHostLauncher)">\r
527             <inheritdoc/>\r
528         </member>\r
529         <member name="M:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.VsTestConsoleWrapper.RunTestsWithCustomTestHost(System.Collections.Generic.IEnumerable{Microsoft.VisualStudio.TestPlatform.ObjectModel.TestCase},System.String,Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.ITestRunEventsHandler,Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.Interfaces.ITestHostLauncher)">\r
530             <inheritdoc/>\r
531         </member>\r
532         <member name="M:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.VsTestConsoleWrapper.CancelTestRun">\r
533             <inheritdoc/>\r
534         </member>\r
535         <member name="M:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.VsTestConsoleWrapper.AbortTestRun">\r
536             <inheritdoc/>\r
537         </member>\r
538         <member name="M:Microsoft.TestPlatform.VsTestConsole.TranslationLayer.VsTestConsoleWrapper.EndSession">\r
539             <inheritdoc/>\r
540         </member>\r
541         <member name="T:Microsoft.VisualStudio.TestPlatform.VsTestConsole.TranslationLayer.Resources.Resources">\r
542             <summary>\r
543               A strongly-typed resource class, for looking up localized strings, etc.\r
544             </summary>\r
545         </member>\r
546         <member name="P:Microsoft.VisualStudio.TestPlatform.VsTestConsole.TranslationLayer.Resources.Resources.ResourceManager">\r
547             <summary>\r
548               Returns the cached ResourceManager instance used by this class.\r
549             </summary>\r
550         </member>\r
551         <member name="P:Microsoft.VisualStudio.TestPlatform.VsTestConsole.TranslationLayer.Resources.Resources.Culture">\r
552             <summary>\r
553               Overrides the current thread's CurrentUICulture property for all\r
554               resource lookups using this strongly typed resource class.\r
555             </summary>\r
556         </member>\r
557         <member name="P:Microsoft.VisualStudio.TestPlatform.VsTestConsole.TranslationLayer.Resources.Resources.AbortedTestsDiscovery">\r
558             <summary>\r
559               Looks up a localized string similar to The active Tests Discovery was aborted..\r
560             </summary>\r
561         </member>\r
562         <member name="P:Microsoft.VisualStudio.TestPlatform.VsTestConsole.TranslationLayer.Resources.Resources.AbortedTestsRun">\r
563             <summary>\r
564               Looks up a localized string similar to The active Tests Run was aborted..\r
565             </summary>\r
566         </member>\r
567         <member name="P:Microsoft.VisualStudio.TestPlatform.VsTestConsole.TranslationLayer.Resources.Resources.FailedToReceiveMessage">\r
568             <summary>\r
569               Looks up a localized string similar to Failed to receive message from vstest.console process.\r
570             </summary>\r
571         </member>\r
572         <member name="P:Microsoft.VisualStudio.TestPlatform.VsTestConsole.TranslationLayer.Resources.Resources.VsTestProcessExitedAbnormally">\r
573             <summary>\r
574               Looks up a localized string similar to vstest.console process exited abnormally.\r
575             </summary>\r
576         </member>\r
577     </members>\r
578 </doc>\r