Table of Contents

Method WithoutAppDomain

Namespace
Xunit.Runners
Assembly
xunit.v3.runner.utility.netfx.dll

WithoutAppDomain(string)

Creates an assembly runner that discovers and runs tests without a separate app domain.

public static AssemblyRunner WithoutAppDomain(string assemblyFileName)

Parameters

assemblyFileName string

The test assembly.

Returns