1 instantiation of XunitTestAssemblyRunnerWithAssemblyFixture
Xunit.NetCore.Extensions (1)
AssemblyFixtureSupport\XunitTestFrameworkExecutorWithAssemblyFixture.cs (1)
21
using (var assemblyRunner = new
XunitTestAssemblyRunnerWithAssemblyFixture
(TestAssembly, testCases, DiagnosticMessageSink, executionMessageSink, executionOptions))
1 reference to XunitTestAssemblyRunnerWithAssemblyFixture
Xunit.NetCore.Extensions (1)
AssemblyFixtureSupport\XunitTestFrameworkExecutorWithAssemblyFixture.cs (1)
21
using (
var
assemblyRunner = new XunitTestAssemblyRunnerWithAssemblyFixture(TestAssembly, testCases, DiagnosticMessageSink, executionMessageSink, executionOptions))