ALMClientTests.Tests.ALMClientTests.GetDefectsTest C# (CSharp) Méthode

GetDefectsTest() private méthode

private GetDefectsTest ( ) : void
Résultat void
        public void GetDefectsTest()
        {
            Assert.IsTrue(wrapper.Login());

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

            Assert.IsNotNull(items);
        }