Ejemplo n.º 1
0
 public void WhenIUncheckCheckboxAllowOneUserBothTheEntriesInStudyEditPreferencesPaperEntryPage()
 {
     if (!BP_Study_EditPreferences_PaperEntryUtilities.UncheckAllowOneUserBothTheEntriesCheckbox())
     {
         ScenarioContext.Current["ActResult"] = "Failed";
     }
 }
Ejemplo n.º 2
0
 public void WhenIClickSaveButtonInStudyEditPreferencesPaperEntryPage()
 {
     if (!BP_Study_EditPreferences_PaperEntryUtilities.ClickSaveButton())
     {
         ScenarioContext.Current["ActResult"] = "Failed";
     }
 }
Ejemplo n.º 3
0
 public void WhenICheckCheckboxEnablePaperDataEntryInStudyEditPreferencesPaperEntryPage()
 {
     if (!BP_Study_EditPreferences_PaperEntryUtilities.CheckEnablePaperDataEntryCheckbox())
     {
         ScenarioContext.Current["ActResult"] = "Failed";
     }
 }