Beispiel #1
0
 private void SectionIsDeleted()
 {
     _sectionsCount    = _sectionIndexPage.GetNumberOfSections();
     _sectionIndexPage = _sectionIndexPage.GoDelete(_createSectionModel);
 }
Beispiel #2
0
 public void HaveEnteredValidInputForAllFields()
 {
     _createSectionModel = new CreateSectionModelBuilder().Build();
     _sectionIndexPage   = _sectionCreatePage.CreateSection(_createSectionModel);
 }