Table of Contents

Class Xunit1Executor

Namespace
Xunit.Runner.v1
Assembly
xunit.v3.runner.utility.netfx.dll

Default implementation of IXunit1Executor. Creates a remote app domain for the test assembly to be loaded into. Disposing of the executor releases the app domain.

public class Xunit1Executor : IXunit1Executor, IDisposable
Inheritance
Xunit1Executor
Implements
Inherited Members

Constructors

Xunit1Executor(IMessageSink, bool, string, string?, bool, string?)

Initializes a new instance of the Xunit1Executor class.

Properties

TestFrameworkDisplayName

Gets the display name of the test framework.

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

EnumerateTests(ICallbackEventHandler?)

Enumerates the tests in the assembly.

RunTests(string, List<string>, ICallbackEventHandler)

Runs the tests in a class.