Table of Contents

Property TestClassNamespace

Namespace
Xunit.v3
Assembly
xunit.v3.core.dll

TestClassNamespace

Gets the namespace of the class where the test is defined. Will return null for classes not residing in a namespace.

public required string? TestClassNamespace { get; set; }

Property Value

string