Esempio n. 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="T:CSF.Screenplay.Reporting.Models.Feature"/> class.
 /// </summary>
 public Feature()
 {
     name = new IdAndName();
 }
Esempio n. 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="T:CSF.Screenplay.Reporting.Models.Scenario"/> class.
 /// </summary>
 public Scenario()
 {
     reportables = new List <Reportable>();
     name        = new IdAndName();
     feature     = new Feature();
 }