BuildLight.Tests.Unit.Core.DelcomUsbLightBuildIndicatorTests.ShouldFlashRedWhenStatusIsFailure C# (CSharp) Method

ShouldFlashRedWhenStatusIsFailure() private method

private ShouldFlashRedWhenStatusIsFailure ( ) : void
return void
        public void ShouldFlashRedWhenStatusIsFailure()
        {
            PerformIndicatorTest(IndicatorStatus.Failure, DelcomIndicatorState.FlashingRed);
        }