xUnit.net
Public Member Functions | List of all members
Xunit.CollectionAttribute Class Reference

Used to declare a specific test collection for a test class. More...

Inheritance diagram for Xunit.CollectionAttribute:

Public Member Functions

 CollectionAttribute (string name)
 Initializes a new instance of the CollectionAttribute class. More...
 

Detailed Description

Used to declare a specific test collection for a test class.

Constructor & Destructor Documentation

◆ CollectionAttribute()

Xunit.CollectionAttribute.CollectionAttribute ( string  name)
inline

Initializes a new instance of the CollectionAttribute class.

Parameters
nameThe test collection name.

The documentation for this class was generated from the following file: