Table of Contents

Property TestClassNamespace

Namespace
Xunit.Runner.Common
Assembly
xunit.v3.runner.common.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 required string? TestClassNamespace { get; set; }

Property Value

string

Remarks

Note: Will be null if there was no value provided during deserialization.