Used to declare a test collection container class. The container class gives developers a place to attach interfaces like IClassFixture<T> and ICollectionFixture<T> that will be applied to all tests classes that are members of the test collection.
More...
Used to declare a test collection container class. The container class gives developers a place to attach interfaces like IClassFixture<T> and ICollectionFixture<T> that will be applied to all tests classes that are members of the test collection.
◆ CollectionDefinitionAttribute()
Xunit.CollectionDefinitionAttribute.CollectionDefinitionAttribute |
( |
string |
name | ) |
|
|
inline |
◆ DisableParallelization
bool Xunit.CollectionDefinitionAttribute.DisableParallelization |
|
getset |
Determines whether tests in this collection runs in parallel with any other collections.
The documentation for this class was generated from the following file:
- xunit/src/xunit.core/CollectionDefinitionAttribute.cs