Table of Contents

Method WithLaunchOptions

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

WithLaunchOptions(XunitProject, FrontControllerLaunchOptions)

Create an instance of XunitProject populated by launch options.

public static XunitProject WithLaunchOptions(XunitProject other, FrontControllerLaunchOptions launchOptions)

Parameters

other

The project that is our template to copy from

launchOptions

The launch options

Returns