SonarLint.VisualStudio.Integration.UnitTests.ConfigurableInfoBar.AssertClosedCalled C# (CSharp) Method

AssertClosedCalled() public method

public AssertClosedCalled ( int expectedNumberOfTimes ) : void
expectedNumberOfTimes int
return void
        public void AssertClosedCalled(int expectedNumberOfTimes)
        {
            Assert.AreEqual(expectedNumberOfTimes, this.closedCalled, $"{nameof(Close)} was called unexpected number of times");
        }