SonarLint.VisualStudio.Integration.UnitTests.ConfigurableTeamExplorerController.AssertExpectedNumCallsShowConnectionsPage C# (CSharp) Method

AssertExpectedNumCallsShowConnectionsPage() public method

public AssertExpectedNumCallsShowConnectionsPage ( int calls ) : void
calls int
return void
        public void AssertExpectedNumCallsShowConnectionsPage(int calls)
        {
            Assert.AreEqual(calls, this.showConnectionsPageCalls, "Unexpected number of calls to ShowConnectionsPage");
        }
    }