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

Inheritance: XunitTestCaseRunner
Show file Open project: Microsoft/RTVS Class Usage Examples

Public Methods

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

Protected Methods

Method Description
RunTestAsync ( ) : Task

Method Details

RunTestAsync() protected method

protected RunTestAsync ( ) : Task
return Task

TestCaseRunner() public method

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