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

ShouldBeGreenWhenStatusIsSuccess() private method

private ShouldBeGreenWhenStatusIsSuccess ( ) : void
return void
        public void ShouldBeGreenWhenStatusIsSuccess()
        {
            PerformIndicatorTest(IndicatorStatus.Success, DelcomIndicatorState.SolidGreen);
        }