Class WorkflowsTestingServiceCollectionExtensions
Service collection extensions for initializing the Acuit.Pinpoint.Workflows.Testing library.
public static class WorkflowsTestingServiceCollectionExtensions
- Inheritance
-
WorkflowsTestingServiceCollectionExtensions
- Inherited Members
Methods
AddWorkflowsTesting(IServiceCollection)
Adds Acuit.Pinpoint.Workflows.Testing services to the service collection and initializes the Acuit.Pinpoint.Workflows library.
public static IServiceCollection AddWorkflowsTesting(this IServiceCollection services)
Parameters
servicesIServiceCollection
Returns
- IServiceCollection
The
servicesinstance, to enable chaining.
Remarks
This adds Acuit.Pinpoint.Workflows services via AddWorkflows(IServiceCollection) and configures the expression environment options to support types added by this library by adding the following:
- Assembly reference: Acuit.Pinpoint.Workflows.Testing
- Namespace import: Acuit.Pinpoint.Workflows.Testing