SonarLint.VisualStudio.Integration.UnitTests.ConfigurableTeamExplorerController.AssertExpectedNumCallsShowConnectionsPage C# (CSharp) Метод

AssertExpectedNumCallsShowConnectionsPage() публичный Метод

public AssertExpectedNumCallsShowConnectionsPage ( int calls ) : void
calls int
Результат void
        public void AssertExpectedNumCallsShowConnectionsPage(int calls)
        {
            Assert.AreEqual(calls, this.showConnectionsPageCalls, "Unexpected number of calls to ShowConnectionsPage");
        }
    }