Table of Contents

Class CressTestEngine

Namespace
Cress.Testing
Assembly
Cress.Testing.dll
public static class CressTestEngine
Inheritance
CressTestEngine
Inherited Members

Methods

RunFlowAsync(string, string, string?, IReadOnlyList<string>?, CancellationToken)

public static Task<RunResult> RunFlowAsync(string projectPath, string flowPath, string? profile = null, IReadOnlyList<string>? reportFormats = null, CancellationToken cancellationToken = default)

Parameters

projectPath string
flowPath string
profile string
reportFormats IReadOnlyList<string>
cancellationToken CancellationToken

Returns

Task<RunResult>

RunProjectAsync(string, string?, IReadOnlyList<string>?, CancellationToken)

public static Task<RunResult> RunProjectAsync(string projectPath, string? profile = null, IReadOnlyList<string>? reportFormats = null, CancellationToken cancellationToken = default)

Parameters

projectPath string
profile string
reportFormats IReadOnlyList<string>
cancellationToken CancellationToken

Returns

Task<RunResult>