Table of Contents

Class XunitProject

Namespace
Xunit.Runner.Common
Assembly
xunit.v3.runner.common.dll

Represents a project which contains zero or more test assemblies, as well as global (cross-assembly) configuration settings.

public class XunitProject
Inheritance
XunitProject
Inherited Members

Constructors

XunitProject()

Initializes a new instance of the XunitProject class.

Properties

Assemblies

Gets the assemblies that are in the project.

Configuration

Gets the configuration values for the test project.

HasRunnerReporter

Gets a flag indicating whether RunnerReporter has been set yet or not.

RunnerReporter

Gets or sets the runner reporter.

Methods

Add(XunitProjectAssembly)

Adds an assembly to the project.

WithLaunchOptions(XunitProject, FrontControllerLaunchOptions)

Create an instance of XunitProject populated by launch options.