Beispiel #1
0
        public void GivenTheAWGHasOnlyOneChannel(string awgNumber)
        {
            IAWG         awg           = AwgSetupSteps.GetAWG(awgNumber);
            const string expectedCount = "1";

            _awgSystemGroup.VerifyChannelCount(awg, expectedCount);
        }