SonarLint.VisualStudio.Integration.UnitTests.ConfigurableTeamExplorerController.AssertExpectedNumCallsShowConnectionsPage C# (CSharp) Méthode

AssertExpectedNumCallsShowConnectionsPage() public méthode

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