Class TestCollection<TAppFixture>
abstract class for creating a collection definition
Implements
ICollectionFixture<TAppFixture>
Inherited Members
Namespace: FastEndpoints.Testing
Assembly: FastEndpoints.Testing.dll
Syntax
[CollectionDefinition]
public abstract class TestCollection<TAppFixture> : ICollectionFixture<TAppFixture> where TAppFixture : BaseFixture
Type Parameters
Name | Description |
---|---|
TAppFixture | the type of the app fixture that will last for the full lifetime of the test-collection |
Implements
Xunit.ICollectionFixture<TFixture>