Property Tests
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.core.dll
Tests
Gets the tests for the given test case.
public override IReadOnlyCollection<TTest> Tests { get; }
Property Value
- IReadOnlyCollection<TTest>
Gets the tests for the given test case.
public override IReadOnlyCollection<TTest> Tests { get; }