Table of Contents

Property Tests

Namespace
Xunit.v3
Assembly
xunit.v3.core.dll

Tests

Gets the tests for the given test case.

public abstract IReadOnlyCollection<TTest> Tests { get; }

Property Value

IReadOnlyCollection<TTest>