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