Table of Contents

Property Assembly

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

Assembly

Gets or sets the assembly under test. May be null when the test assembly is not loaded into the current AppDomain.

public Assembly? Assembly { get; set; }

Property Value

Assembly