Class ScenarioContextPrototype
- Namespace
- TinyBDD
- Assembly
- TinyBDD.dll
public class ScenarioContextPrototype
- Inheritance
-
ScenarioContextPrototype
- Inherited Members
-
Properties
FeatureDescription
public string? FeatureDescription { get; set; }
Property Value
- string
FeatureName
public string? FeatureName { get; set; }
Property Value
- string
Options
public ScenarioOptions? Options { get; set; }
Property Value
- ScenarioOptions
ScenarioName
public string? ScenarioName { get; set; }
Property Value
- string
Tags
public List<string> Tags { get; }
Property Value
- List<string>
TraitBridge
public ITraitBridge? TraitBridge { get; set; }
Property Value
- ITraitBridge
Methods
Validate()