Table of Contents

Class StepManifestParser

Namespace
Cress.Specs
Assembly
Cress.Specs.dll
public sealed class StepManifestParser
Inheritance
StepManifestParser
Inherited Members

Methods

Parse(string, string?, bool)

public OperationResult<StepManifest> Parse(string content, string? sourceFile = null, bool strict = false)

Parameters

content string
sourceFile string
strict bool

Returns

OperationResult<StepManifest>

ParseFile(string, bool)

public OperationResult<StepManifest> ParseFile(string filePath, bool strict = false)

Parameters

filePath string
strict bool

Returns

OperationResult<StepManifest>