Table of Contents

Class ExcludeTestCaseAttribute

Namespace
Xunit
Assembly
Xunit.Combinatorial.dll

Suppresses generation of a specific test case from a combinatorial or pairwise theory.

[AttributeUsage(AttributeTargets.Method, AllowMultiple = true, Inherited = true)]
public class ExcludeTestCaseAttribute : Attribute, _Attribute
Inheritance
ExcludeTestCaseAttribute
Implements
Inherited Members

Constructors

ExcludeTestCaseAttribute(params object?[])

Initializes a new instance of the ExcludeTestCaseAttribute class.

public ExcludeTestCaseAttribute(params object?[] arguments)

Parameters

arguments object[]

The values that match the test case to exclude.

Properties

Arguments

Gets the values that match the test case to exclude.

public object?[] Arguments { get; }

Property Value

object[]