Example #1
0
 public void WhenISelectTheHomeTab()
 {
     AwgUiMainWindowFunctions.SelectTheHomeTab();
 }
Example #2
0
 public static void TheModeRadioButtonShouldBe(string controlName, string expectedState)
 {
     AwgUiMainWindowFunctions.ModeRadioButtonShouldBe(controlName, expectedState);
 }
Example #3
0
 public void WhenISelectTheFileAndUtilitiesTab()
 {
     AwgUiMainWindowFunctions.SelectTheFileAndUtilitiesTab();
 }
Example #4
0
 public void WhenISelectTheFunctionsButton()
 {
     AwgUiMainWindowFunctions.SelectTheFunctionsButton();
 }