SonarLint.VisualStudio.Progress.UnitTests.ConfigurableProgressVisualizer.AssertIsShown C# (CSharp) Method

AssertIsShown() public method

public AssertIsShown ( ) : void
return void
        public void AssertIsShown()
        {
            Assert.IsTrue(this.isShown, "Expected to be shown");
        }