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

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

Méthodes publiques

Méthode Description
AssemblyRunner ( ITestAssembly testAssembly, IEnumerable testCases, IMessageSink diagnosticMessageSink, IMessageSink executionMessageSink, ITestFrameworkExecutionOptions executionOptions ) : System

Méthodes protégées

Méthode Description
AfterTestAssemblyStartingAsync ( ) : Task
BeforeTestAssemblyFinishedAsync ( ) : Task
RunTestCollectionAsync ( IMessageBus messageBus, ITestCollection testCollection, IEnumerable testCases, CancellationTokenSource cancellationTokenSource ) : Task

Private Methods

Méthode Description
AddAssemblyFixtureAsync ( object>.Dictionary fixtures, Type fixtureType ) : Task

Method Details

AfterTestAssemblyStartingAsync() protected méthode

protected AfterTestAssemblyStartingAsync ( ) : Task
Résultat Task

AssemblyRunner() public méthode

public AssemblyRunner ( ITestAssembly testAssembly, IEnumerable testCases, IMessageSink diagnosticMessageSink, IMessageSink executionMessageSink, ITestFrameworkExecutionOptions executionOptions ) : System
testAssembly ITestAssembly
testCases IEnumerable
diagnosticMessageSink IMessageSink
executionMessageSink IMessageSink
executionOptions ITestFrameworkExecutionOptions
Résultat System

BeforeTestAssemblyFinishedAsync() protected méthode

protected BeforeTestAssemblyFinishedAsync ( ) : Task
Résultat Task

RunTestCollectionAsync() protected méthode

protected RunTestCollectionAsync ( IMessageBus messageBus, ITestCollection testCollection, IEnumerable testCases, CancellationTokenSource cancellationTokenSource ) : Task
messageBus IMessageBus
testCollection ITestCollection
testCases IEnumerable
cancellationTokenSource System.Threading.CancellationTokenSource
Résultat Task