Table of Contents

Property TestCollectionClassName

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

TestCollectionClassName

Gets the type that the test collection was defined with, if available; may be null if the test collection didn't have a definition type.

public required string? TestCollectionClassName { get; set; }

Property Value

string

Remarks

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