Table of Contents

Class WorkflowsTestingServiceCollectionExtensions

Namespace
Acuit.Pinpoint.Workflows.Testing
Assembly
Acuit.Pinpoint.Workflows.Testing.dll

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

services IServiceCollection

Returns

IServiceCollection

The services instance, 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