C# Class Microsoft.UnitTests.Core.XUnit.TestFrameworkExecutor

Inheritance: Xunit.Sdk.XunitTestFrameworkExecutor
Show file Open project: Microsoft/RTVS

Public Methods

Method Description
TestFrameworkExecutor ( AssemblyName assemblyName, ISourceInformationProvider sourceInformationProvider, IMessageSink diagnosticMessageSink ) : System.Collections.Generic

Protected Methods

Method Description
RunTestCases ( IEnumerable testCases, IMessageSink executionMessageSink, ITestFrameworkExecutionOptions executionOptions ) : void

Method Details

RunTestCases() protected method

protected RunTestCases ( IEnumerable testCases, IMessageSink executionMessageSink, ITestFrameworkExecutionOptions executionOptions ) : void
testCases IEnumerable
executionMessageSink IMessageSink
executionOptions ITestFrameworkExecutionOptions
return void

TestFrameworkExecutor() public method

public TestFrameworkExecutor ( AssemblyName assemblyName, ISourceInformationProvider sourceInformationProvider, IMessageSink diagnosticMessageSink ) : System.Collections.Generic
assemblyName System.Reflection.AssemblyName
sourceInformationProvider ISourceInformationProvider
diagnosticMessageSink IMessageSink
return System.Collections.Generic