Beispiel #1
0
        public void SystemErrorQueueCountShouldBe(string expectedCount, string awgNumber)
        {
            IAWG awg = AwgSetupSteps.GetAWG(awgNumber);

            _awgSystemGroup.SystemErrorQueueCountShouldBe(awg, expectedCount);
        }