Table of Contents

Class TestingSpecificationParser

Namespace
JD.AI.Core.Specifications
Assembly
JD.AI.Core.dll
public static class TestingSpecificationParser
Inheritance
TestingSpecificationParser
Inherited Members

Methods

Parse(string)

public static TestingSpecification Parse(string yaml)

Parameters

yaml string

Returns

TestingSpecification

ParseFile(string)

public static TestingSpecification ParseFile(string path)

Parameters

path string

Returns

TestingSpecification

ParseIndex(string)

public static TestingSpecificationIndex ParseIndex(string yaml)

Parameters

yaml string

Returns

TestingSpecificationIndex

ParseIndexFile(string)

public static TestingSpecificationIndex ParseIndexFile(string path)

Parameters

path string

Returns

TestingSpecificationIndex