Property TestCases
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.core.dll
TestCases
Gets the test cases that are derived from this test method.
public IReadOnlyCollection<TTestCase> TestCases { get; }
Property Value
- IReadOnlyCollection<TTestCase>
Gets the test cases that are derived from this test method.
public IReadOnlyCollection<TTestCase> TestCases { get; }