Class TestBaseWithAssemblyFixture<TAppFixture, TState>
abstract class for implementing a test-class with an assembly level app fixture.
Inheritance
TestBaseWithAssemblyFixture<TAppFixture>
TestBaseWithAssemblyFixture<TAppFixture, TState>
Inherited Members
Namespace: FastEndpoints.Testing
Assembly: FastEndpoints.Testing.dll
Syntax
public abstract class TestBaseWithAssemblyFixture<TAppFixture, TState> : TestBaseWithAssemblyFixture<TAppFixture>, IAsyncLifetime, IAsyncDisposable, IFaker, IClassFixture<TState> where TAppFixture : BaseFixture where TState : StateFixture
Type Parameters
Name | Description |
---|---|
TAppFixture | the type of the assembly level/ global app fixture. |
TState | the type of the shared state fixture that will only last during the execution of this test-class |
Implements
Xunit.IAsyncLifetime
Xunit.IClassFixture<TFixture>