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. If the test did not originate in a class, or the class it originated in does not reside in a namespace, will return null.

public string? TestClassNamespace { get; }

Property Value

string