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
Then
public IList<string> Then { get; init; }
Property Value
Title
public string Title { get; set; }
Property Value
When
public IList<string> When { get; init; }