Table of Contents

Class TheoryDataRowBaseExtensions

Namespace
Xunit
Assembly
xunit.v3.core.dll

Extension methods for TheoryDataRowBase.

public static class TheoryDataRowBaseExtensions
Inheritance
TheoryDataRowBaseExtensions
Inherited Members

Methods

WithExplicit<TTheoryDataRow>(TTheoryDataRow, bool?)

Sets the explicit flag on a theory data row.

WithSkip<TTheoryDataRow>(TTheoryDataRow, string?)

Sets the skip reason on a theory data row.

WithTestDisplayName<TTheoryDataRow>(TTheoryDataRow, string?)

Sets the test display name on a theory data row.

WithTimeout<TTheoryDataRow>(TTheoryDataRow, int?)

Sets the timeout on a theory data row.

WithTrait<TTheoryDataRow>(TTheoryDataRow, string, string)

Adds a single trait name/value pair to the theory data row.