Table of Contents

Property TestCollectionClassName

Namespace
Xunit.Sdk
Assembly
xunit.v3.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.

string? TestCollectionClassName { get; }

Property Value

string