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

ShouldTurnLightOffWhenStatusUnknown() private method

private ShouldTurnLightOffWhenStatusUnknown ( ) : void
return void
        public void ShouldTurnLightOffWhenStatusUnknown()
        {
            PerformIndicatorTest(IndicatorStatus.Unknown, DelcomIndicatorState.Off);
        }