Exemple #1
0
        public void GivenTheAWGHasTheOption01(string awgNumber)
        {
            IAWG         awg    = AwgSetupSteps.GetAWG(awgNumber);
            const string option = "01";

            try
            {
                _awgStatusGroup.OptionIsOnAWG(awg, option);
            }
            catch (Exception)
            {
                Assert.Inconclusive("The requested AWG does not have the " + option + " option, test skipped"); //Did not find the desired option
            }
        }