Table of Contents

Class BehaviorScenario

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

Properties

Given

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

Property Value

IList<string>

Then

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

Property Value

IList<string>

Title

public string Title { get; set; }

Property Value

string

When

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

Property Value

IList<string>