Property Assembly
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.core.dll
Assembly
Gets the assembly of this test assembly.
Assembly Assembly { get; }
Property Value
Remarks
This should only be used to execute a test assembly. All reflection should be abstracted here instead for better testability.