Table of Contents

Method GetExecutionOptions

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

GetExecutionOptions(string?)

Get the test framework options for the given assembly. If it cannot find them, then it returns a default set of options.

protected ITestFrameworkExecutionOptions GetExecutionOptions(string? assemblyFileName)

Parameters

assemblyFileName string

The test assembly filename

Returns