ALMClientTests.Tests.ALMClientTests.GetDefectsTest C# (CSharp) 메소드

GetDefectsTest() 개인적인 메소드

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

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

            Assert.IsNotNull(items);
        }