Table of Contents

Property TestCases

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

TestCases

Gets the test cases that belong to the test collection.

public IReadOnlyCollection<TTestCase> TestCases { get; protected set; }

Property Value

IReadOnlyCollection<TTestCase>