Class FeatureDefinition
- Namespace
- TinyBDD.Extensions.FileBased.Models
- Assembly
- TinyBDD.Extensions.FileBased.dll
Represents a feature containing one or more scenarios.
public sealed class FeatureDefinition
- Inheritance
-
FeatureDefinition
- Inherited Members
Properties
Description
Optional feature description.
public string? Description { get; set; }
Property Value
Name
Feature name.
public string Name { get; set; }
Property Value
Scenarios
Scenarios in this feature.
public List<ScenarioDefinition> Scenarios { get; set; }
Property Value
Tags
Tags applied to the feature.
public List<string> Tags { get; set; }