Table of Contents

Class BehaviorSpecification

Namespace
JD.AI.Core.Specifications
Assembly
JD.AI.Core.dll
public sealed class BehaviorSpecification
Inheritance
BehaviorSpecification
Inherited Members

Properties

ApiVersion

public string ApiVersion { get; set; }

Property Value

string

Assertions

public IList<string> Assertions { get; init; }

Property Value

IList<string>

BddScenarios

public IList<BehaviorScenario> BddScenarios { get; init; }

Property Value

IList<BehaviorScenario>

Id

public string Id { get; set; }

Property Value

string

Kind

public string Kind { get; set; }

Property Value

string

Metadata

public BehaviorMetadata Metadata { get; set; }

Property Value

BehaviorMetadata

StateMachine

public BehaviorStateMachine StateMachine { get; set; }

Property Value

BehaviorStateMachine

Status

public string Status { get; set; }

Property Value

string

Trace

public BehaviorTraceability Trace { get; set; }

Property Value

BehaviorTraceability

UseCaseRef

public string UseCaseRef { get; set; }

Property Value

string

Version

public int Version { get; set; }

Property Value

int