Tests.MingleProjectIntegrationTest.GetViewIntegrationTest C# (CSharp) Method

GetViewIntegrationTest() private method

private GetViewIntegrationTest ( ) : void
return void
        public void GetViewIntegrationTest()
        {
            var target = new MingleServer("http://localhost:8080", "mingleuser", "secret").GetProject("apitest"); 
            var actual = target.GetView("Sprint List");
            Assert.AreEqual(25, actual.Count);
        }