Table of Contents

Interface IXunitDelayEnumeratedTestCase

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

Indicates a test case which delays enumeration of tests until execution time.

public interface IXunitDelayEnumeratedTestCase : IXunitTestCase, ITestCase, ITestCaseMetadata
Inherited Members

Remarks

This is normally used when theory data enumeration is performed at execution time, either because theory data pre-enumeration was disabled, or data found during discovery was not serializable.

Properties

SkipTestWithoutData

Get a flag to indicate whether test cases with no data should be skipped (instead of failed, which is the default behavior).