Show / Hide Table of Contents

Interface IAccelergreatStartup

Accelergreat startup.

Namespace: Accelergreat.Xunit
Assembly: Accelergreat.Xunit.dll
Syntax
public interface IAccelergreatStartup

Methods

Configure(IAccelergreatBuilder)

Add services to the IAccelergreatBuilder that is used by Accelergreat to inject services into test class constructors.

Declaration
void Configure(IAccelergreatBuilder builder)
Parameters
Type Name Description
IAccelergreatBuilder builder
Remarks

The following service lifetimes apply to test suite execution:

Singleton: 1 instance per test assembly.

Scoped: 1 instance per test collection.

Transient: 1 instance per test.

In This Article
Back to top Copyright © Nanogunn Ltd.