Table of Contents

Property TestCollection

Namespace
Xunit.Sdk
Assembly
xunit.v3.common.dll

TestCollection

Gets the test collection this test case belongs to. Must be the same instance returned via TestMethod and/or TestClass when they are not null.

ITestCollection TestCollection { get; }

Property Value