Table of Contents

Property TestCollectionClassName

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