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

Inheritance: XunitTestCaseRunner
Afficher le fichier Open project: Microsoft/RTVS Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
RunTestAsync ( ) : Task

Method Details

RunTestAsync() protected méthode

protected RunTestAsync ( ) : Task
Résultat Task

TestCaseRunner() public méthode

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
Résultat System.Threading