ALMClientTests.Tests.ALMClientTests.GetDefectsTest C# (CSharp) Method

GetDefectsTest() private method

private GetDefectsTest ( ) : void
return void
        public void GetDefectsTest()
        {
            Assert.IsTrue(wrapper.Login());

            List<ALMRestClient.ALMItem> items = wrapper.GetDefects();

            Assert.IsNotNull(items);
        }