Ejemplo n.º 1
0
        public void TheAWGSystemTimeShouldBeNear(string expectedHours, string expectedMinutes, string expectedSeconds, string awgNumber)
        {
            IAWG awg = AwgSetupSteps.GetAWG(awgNumber);

            _awgSystemGroup.TimesShouldBeClose(awg, expectedHours, expectedMinutes, expectedSeconds);
        }