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

Inheritance: TestCaseRunner
Show file Open project: Microsoft/RTVS

Public Methods

Method Description
TestCaseRunnerWithMethodFixtures ( IXunitTestCase testCase, string displayName, string skipReason, object constructorArguments, object testMethodArguments, IMessageBus messageBus, Xunit.Sdk.ExceptionAggregator aggregator, CancellationTokenSource cancellationTokenSource ) : System

Protected Methods

Method Description
RunTestAsync ( ) : Task

Method Details

RunTestAsync() protected method

protected RunTestAsync ( ) : Task
return Task

TestCaseRunnerWithMethodFixtures() public method

public TestCaseRunnerWithMethodFixtures ( IXunitTestCase testCase, string displayName, string skipReason, object constructorArguments, object testMethodArguments, IMessageBus messageBus, Xunit.Sdk.ExceptionAggregator aggregator, CancellationTokenSource cancellationTokenSource ) : System
testCase IXunitTestCase
displayName string
skipReason string
constructorArguments object
testMethodArguments object
messageBus IMessageBus
aggregator Xunit.Sdk.ExceptionAggregator
cancellationTokenSource System.Threading.CancellationTokenSource
return System