Class TestFrameworkExecutor
Xunit.Extensions.Ordering test framework executor.
Inheritance
System.Object
Xunit.LongLivedMarshalByRefObject
Xunit.Sdk.TestFrameworkExecutor<Xunit.Sdk.IXunitTestCase>
Xunit.Sdk.XunitTestFrameworkExecutor
TestFrameworkExecutor
Implements
Xunit.Abstractions.ITestFrameworkExecutor
System.IDisposable
Inherited Members
Xunit.Sdk.XunitTestFrameworkExecutor.CreateDiscoverer()
Xunit.Sdk.XunitTestFrameworkExecutor.Deserialize(System.String)
Xunit.Sdk.XunitTestFrameworkExecutor.TestAssembly
Xunit.Sdk.TestFrameworkExecutor<Xunit.Sdk.IXunitTestCase>.Dispose()
Xunit.Sdk.TestFrameworkExecutor<Xunit.Sdk.IXunitTestCase>.RunAll(Xunit.Abstractions.IMessageSink, Xunit.Abstractions.ITestFrameworkDiscoveryOptions, Xunit.Abstractions.ITestFrameworkExecutionOptions)
Xunit.Sdk.TestFrameworkExecutor<Xunit.Sdk.IXunitTestCase>.RunTests(System.Collections.Generic.IEnumerable<Xunit.Abstractions.ITestCase>, Xunit.Abstractions.IMessageSink, Xunit.Abstractions.ITestFrameworkExecutionOptions)
Xunit.Sdk.TestFrameworkExecutor<Xunit.Sdk.IXunitTestCase>.AssemblyInfo
Xunit.Sdk.TestFrameworkExecutor<Xunit.Sdk.IXunitTestCase>.DiagnosticMessageSink
Xunit.Sdk.TestFrameworkExecutor<Xunit.Sdk.IXunitTestCase>.DisposalTracker
Xunit.Sdk.TestFrameworkExecutor<Xunit.Sdk.IXunitTestCase>.SourceInformationProvider
Xunit.LongLivedMarshalByRefObject.DisconnectAll()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Xunit.Extensions.Ordering
Assembly: Xunit.Extensions.Ordering.dll
Syntax
public class TestFrameworkExecutor : XunitTestFrameworkExecutor, ITestFrameworkExecutor, IDisposable
Constructors
| Improve this Doc View SourceTestFrameworkExecutor(AssemblyName, ISourceInformationProvider, IMessageSink, Boolean)
Declaration
public TestFrameworkExecutor(AssemblyName assemblyName, ISourceInformationProvider sourceInformationProvider, IMessageSink diagnosticMessageSink, bool runTestsInClassParallel)
Parameters
Type | Name | Description |
---|---|---|
System.Reflection.AssemblyName | assemblyName | |
Xunit.Abstractions.ISourceInformationProvider | sourceInformationProvider | |
Xunit.Abstractions.IMessageSink | diagnosticMessageSink | |
System.Boolean | runTestsInClassParallel |
Methods
| Improve this Doc View SourceRunTestCases(IEnumerable<IXunitTestCase>, IMessageSink, ITestFrameworkExecutionOptions)
Declaration
protected override async void RunTestCases(IEnumerable<IXunitTestCase> testCases, IMessageSink executionMessageSink, ITestFrameworkExecutionOptions executionOptions)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Xunit.Sdk.IXunitTestCase> | testCases | |
Xunit.Abstractions.IMessageSink | executionMessageSink | |
Xunit.Abstractions.ITestFrameworkExecutionOptions | executionOptions |
Overrides
Xunit.Sdk.XunitTestFrameworkExecutor.RunTestCases(System.Collections.Generic.IEnumerable<Xunit.Sdk.IXunitTestCase>, Xunit.Abstractions.IMessageSink, Xunit.Abstractions.ITestFrameworkExecutionOptions)
Implements
Xunit.Abstractions.ITestFrameworkExecutor
System.IDisposable