Table of Contents

Property TestCases

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

TestCases

Gets the test cases associated with the test class.

public IReadOnlyCollection<TTestCase> TestCases { get; }

Property Value

IReadOnlyCollection<TTestCase>