Esempio n. 1
0
        public void GivenTheAWGDoesNotHaveTheOption01(string awgNumber)
        {
            IAWG         awg    = AwgSetupSteps.GetAWG(awgNumber);
            const string option = "01";

            try
            {
                _awgStatusGroup.OptionIsNotOnAWG(awg, option);
            }
            catch (Exception)
            {
                Assert.Inconclusive("The requested AWG has the " + option + " option, test skipped"); //Found the (right) wrong option
            }
        }